有时您可能希望使用特定的IP地址或代理ID重新连接到特定的IP地址。
您可以通过请求api.proxyrack.net/stats并查看“ipinfo”部分来找到代理ID和代理IP。以下是一个示例:
"ipinfo": { "city": "Guediawaye", "country": "SN", "fingerprint": { "osName": "Windows" }, "ip": "41.43.224.85", "isp": "Sonatel", "online": true, "proxyId": "PD50KM5LD0"},
您可以通过在身份验证时在用户名后添加“;proxyId={代理ID}”来根据代理ID连接,或者通过添加“;proxyIp={IP地址}”来根据代理IP连接。
通过代理 ID 连接示例
不限量住宅:
请注意:不限量住宅代理已不再可供购买。但是,现有订阅将继续有效。
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;proxyId=PD50KM5LDO:password' http://example.com
高级住宅:
curl -x premium.residential.proxyrack.net:10000 -U 'username;proxyId=PD50KM5LDO:password' http://example.com
私人不限量住宅:
curl -x private.residential.proxyrack.net:10000 -U 'username;proxyId=PD50KM5LDO:password' http://example.com
美国旋转数据中心:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;proxyId=PD50KM5LDO:password' http://example.com
全球旋转数据中心:
curl -x global.rotating.proxyrack.net:10000 -U 'username;proxyId=PD50KM5LDO:password' http://example.com
通过代理 IP 连接示例
不限流量住宅代理:
请注意:不限流量住宅代理不再提供购买。然而,现有订阅将继续有效。
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;proxyIp=41.43.224.85:password' http://example.com
高级住宅代理:
curl -x premium.residential.proxyrack.net:10000 -U 'username;proxyIp=41.83.224.55:password' http://example.com
私人不限流量住宅代理:
curl -x private.residential.proxyrack.net:10000 -U 'username;proxyIp=41.43.224.85:password' http://example.com
美国旋转数据中心:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;proxyIp=41.43.224.85:password' http://example.com
全球旋转数据中心:
curl -x global.rotating.proxyrack.net:10000 -U 'username;proxyIp=41.43.224.85:password' http://example.com