快速示例:
"username;country=US;city=-LosAngeles"
视频指南在这里。
如果您不想连接到特定城市的代理,您可以在城市名称前加上一个减号。例如,要连接到美国除洛杉矶以外任何城市的IP,格式如下:“username;country=US;city=-LosAngeles:password”。您还可以通过用逗号分隔每个国家来排除多个国家。
使用“=”语法时,您需要将用户名和密码用引号括起来。格式如下:“username;country=US;city=-LosAngeles:password”
您可以使用 Proxyrack API 检索特定国家内可用城市的列表。这里有一个指南。
请注意,下面使用的 cURL 只是一个示例。您不需要使用 cURL 来进行地理定位。您可以在配置代理的任何地方执行此操作,例如在浏览器、代码等中。
示例
不限流量住宅:
请注意:不限流量住宅代理不再可供购买。然而,现有的订阅将继续有效。
curl -x unmetered.residential.proxyrack.net:10000 -U 'username;country=US;city=-LosAngeles:password' http://example.com
实时示例在这里。
高级住宅:
curl -x premium.residential.proxyrack.net:10000 -U 'username;country=US;city=-LosAngeles:password' http://example.com
实时示例在这里。
私人不限量住宅:
curl -x private.residential.proxyrack.net:10000 -U 'username;country=US;city=-LosAngeles:password' http://example.com
实时示例这里。
全球轮换数据中心:
curl -x global.rotating.proxyrack.net:10000 -U 'username;country=US-;city=-LosAngeles:password' http://example.com
实时示例这里。
美国轮换数据中心:
curl -x usa.rotating.proxyrack.net:10000 -U 'username;country=US-;city=-LosAngeles:password' http://example.com
实时示例 这里。
静态美国数据中心:
curl -x usa.static.proxyrack.net:10000 -U 'username;country=US-;city=-LosAngeles:password' http://example.com
实时示例 这里。