当与socks5代理一起使用时curl
,似乎我的IPv4地址消失了:
$ env ALL_PROXY=socks5h://localhost:8001 curl -4 ipconfig.io
2607:xxxxxxxx:681f
$ curl -4 ipconfig.io
97.xx.xx.116
curl
使用socks5代理时有什么问题以及如何确保仍然使用IPv4?
当与socks5代理一起使用时curl
,似乎我的IPv4地址消失了:
$ env ALL_PROXY=socks5h://localhost:8001 curl -4 ipconfig.io
2607:xxxxxxxx:681f
$ curl -4 ipconfig.io
97.xx.xx.116
curl
使用socks5代理时有什么问题以及如何确保仍然使用IPv4?