想问一下如果代理服务器在本地运行的话要怎么解决回环问题 #373
Unanswered
Linweisong666
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
tun2socks -device wintun -proxy socks5://127.0.0.1:7890 -interface “以太网”
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
Beta Was this translation helpful? Give feedback.
All reactions