hireall
Results
1
issues of
hireall
基本配置:vless+tls+ws,回落正常站点伪装 R2C做旁路由,ubuntu20.04系统 使用dmsmasq仅分流gfwlist域名流量,TPROXY模式 当前版本使用Xray 1.6.5 通过 [get-tls-fingerprints.py](https://github.com/gfw-report/get-tls-fingerprints) 抓取获得的指纹信息: `sudo tcpdump '(tcp[tcp[12]/4]=22) and (tcp[tcp[12]/4+1]=3) and (tcp[tcp[12]/4+5]=1) and (tcp[tcp[12]/4+9]=3)' -w - | ./get-tls-fingerprints.py | grep domain.com` 如果设置为 chrome,可以得到指纹 b8ddad74f1546398。 通过查询 https://tlsfingerprint.io/id/b8ddad74f1546398 可见在12月的增长以及curl、go两个客户端在使用:...