×
Falcon
2022-02-12 03:36
#daily tips# curl在命令行下使用代理的几种方法 (-x或--proxy参数):

- socks5 代理: curl --socks5 192.168.0.68:9050 https://api.myip.com

或 curl -x socks5://192.168.0.68:9050 https://api.myip.com

- http 代理:curl -x "pwd@127.0.0.1:1234"" target="_blank">http://user:pwd@127.0.0.1:1234" "http://httpbin.org/ip"
0

暂无评论