You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
windwos 10 请求socks5://127.0.0.1080 大量的重复请求,13.224.189.122是我的shadowsocks服务器地址,CDN后的地址;另一台windows 11电脑按给的示例能跑通,但是访问youtube很卡,视频都打不开; 我的问题求助:1.与代理服务器发生大量的重复请求;2.连上之后访问youtube很卡的问题原因是什么呢? -- 个人猜想是由于访问的目标域名在本地被解析成IP了,然后经过代理服务器去访问目标网站的IP响应很慢,无法访问域名的方式利用CDN加速;
按照给的文档例子执行了:
./tun2socks-windows-amd64.exe -device wintun -proxy socks5://127.0.0.1:1080 -interface "eth2"
netsh interface ipv4 set address name="wintun" source=static addr=192.168.123.1 mask=255.255.255.0
netsh interface ipv4 set dnsservers name="wintun" static address=8.8.8.8 register=none validate=no
netsh interface ipv4 add route 0.0.0.0/0 "wintun" 192.168.123.1 metric=1
tun2socks 日志:
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55248 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55251 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55254 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55257 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55260 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55263 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55266 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55269 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55272 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55275 <-> 13.224.189.122:443"
time="2024-04-03T16:40:53+08:00" level=info msg="[TCP] 192.168.123.1:55278 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55281 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55284 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55287 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55290 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55293 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55296 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55299 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55302 <-> 13.224.189.122:443"
time="2024-04-03T16:40:54+08:00" level=info msg="[TCP] 192.168.123.1:55305 <-> 13.224.189.122:443"
windows route:
$ route print -4
Beta Was this translation helpful? Give feedback.
All reactions