协议

这些代理支持 HTTP、HTTPS 和 SOCKS5 协议。

HTTP/ HTTPS

HTTP 轮换代理的示例:

curl -x "http://login:[email protected]:823" https://api.ipify.org/

HTTP 粘性代理示例:

curl -x "http://login:[email protected]:10000" https://api.ipify.org/
circle-info

对于粘性连接,您可以使用端口范围 10000 到 20000

SOCKS5

SOCKS5 轮换代理的示例:

curl -x "socks5://login:[email protected]:824" https://api.ipify.org/

SOCKS5 粘性代理示例:

curl -x "socks5://login:[email protected]:10000" https://api.ipify.org/

关于选择最佳代理协议的博客文章:

在 HTTP 和 SOCKS 代理之间进行选择:如何做出正确决策arrow-up-right

最后更新于