ip查看, 使用代理后如何查看ip

http://httpbin.org/ip

linux 下

curl http://httpbin.org/ip

 # 代理测试

curl -x http://admin:123456@171.41.85.191:8123 http://httpbin.org/ip

原文地址:https://www.cnblogs.com/angdh/p/14173771.html