# 格式: curl -x [protocol://[user:pwd@]host[:port] # 白名单方式使用代理,demo: curl -x 121.228.217.175:44123 www.baidu.com # socks5 白名单方式使用,demo: curl -x "socks5://49.84.45.21:44115" www.baidu.com # http 通过 access 权限使用,demo: curl -x "http://test:ajldkjflaksj515@49.84.45.21:44115" www.baidu.com # socks5 通过 access 权限使用,demo: curl -x "socks5://test:ajldkjflaksj515@49.84.45.21:44115" www.baidu.com