动态住宅ip流量池 - 使用教程
占位符参数说明
在开始使用前,请先了解以下参数的含义:
| 参数名 | 类型 | 是否必需 | 中文注释 | 示例值 |
|---|---|---|---|---|
| account | string | 是 | 代理账号 | <account> |
| password | string | 是 | 代理密码 | <password> |
| country | string | 是 | 国家代码(需全部大写) | US |
| sid | string | 是 | 会话 id(必填,建议 8 位随机数字) | 59962578 |
| minutes | integer | 是 | 切换时间(单位:分钟) | 1 |
| city | string | 否 | 城市代码(大写) | TOKYO |
基本信息
-
网关:dp1.ipbiubiu.com(将根据服务器位置自动切换)
-
端口:10000–10999
-
账号:<account>
-
密码:<password>
区域网关
| 区域 | 网关地址 | 适用范围 |
|---|---|---|
| 美洲 | dp1-us.ipbiubiu.com | 北美洲、南美洲 |
| 欧洲 | dp1-eu.ipbiubiu.com | 除美洲外的其他地区 |
| 亚洲 | dp1-asia.ipbiubiu.com | 亚洲地区 |
每次请求切换(动态换IP)
基础定位 (国家)
连接格式
{网关}:{端口}:{账号}_c_{国家代码}:{密码}
使用示例
dp1.ipbiubiu.com:10000:<account>_c_<country>:<password>
极致定位 (国家-城市)
连接格式
{网关}:{端口}:{账号}_c_{国家代码}_city_{城市代码}:{密码}
使用示例
dp1.ipbiubiu.com:10000:<account>_c_<country>_city_<city>:<password>
模式说明
-
全球混播:
<account> -
指定国家:
<account>_c_<country> -
指定国家城市:
<account>_c_<country>_city_<city>
粘性切换(定时固定IP)
基础定位 (国家)
连接格式
{网关}:{端口}:{账号}_c_{国家代码}_s_{会话 id}_ttl_{分钟}m:{密码}
使用示例
dp1.ipbiubiu.com:10000:<account>_c_<country>_s_<sid>_ttl_<minutes>m:<password>
极致定位 (国家-城市)
连接格式
{网关}:{端口}:{账号}_c_{国家代码}_city_{城市代码}_s_{会话 id}_ttl_{分钟}m:{密码}
使用示例
dp1.ipbiubiu.com:10000:<account>_c_<country>_city_<city>_s_<sid>_ttl_<minutes>m:<password>
模式说明
-
全球混播:
<account>_s_<sid>_ttl_5m -
指定国家:
<account>_c_<country>_s_<sid>_ttl_5m -
指定国家城市:
<account>_c_<country>_city_<city>_s_<sid>_ttl_5m
注意事项
-
国家代码需全部使用大写格式,例:US、JP、SG。
-
会话 ID 为必填参数,统一推荐使用 8 位随机纯数字组合。