地理位置定位
您可以指定访问目标网站的国家、城市或美国的州府。
国家定向
您可以通过在代理凭证的密码后添加_country-
来启用国家级定向。
美国的使用示例:
curl -k -v -x http://unblocker.iproyal.com:12323 --proxy-user user:password_country-us -L https://ipv4.icanhazip.com
该参数的值为两位字母的国家/地区代码(采用ISO 3166-1 alpha-2格式)。
您可以同时设置多个国家。
城市定向
对于城市级定向,请在代理凭证的密码后添加_city-
键,其值应为城市名称。
示例:
curl -k -v -x http://unblocker.iproyal.com:12323 --proxy-user user:password_country-us_city-chicago -L https://ipv4.icanhazip.com
州府定向
此功能仅支持美国的州府定向。若要定向特定州府,请在代理凭证的密码后添加_state-
键,其值应为州府名称。
示例:
curl -k -v -x http://unblocker.iproyal.com:12323 --proxy-user user:password_country-us_state-iowa -L https://ipv4.icanhazip.com
Last updated