cbedhoam620
cbedhoam620
```properties socks5 127.0.0.1 9050 # Even the socks port of Tor on the public web cannot be replaced here socks5 PROXY2 1080 socks5 PROXY3 1080 ``` I use `proxychains -f...
Since the local host resolves to ipv6 by default and the proxy host does not support the ipv6 network, the connection fails.
```properties socks5 127.0.0.1 9050 socks5 PROXY2 1080 socks5 PROXY3 1080 ``` I use `proxychains -f /etc/Torproxylist.conf curl ident.me`, happen "socket error or timeout". But it doesn't matter if I use...