Placeholder Parameter Description
Before getting started, please refer to the definitions of the required parameters below:
| Parameter Name | Type | Required | Description | Example Value |
|---|---|---|---|---|
| account | string | Yes | Proxy account | <account> |
| password | string | Yes | Proxy password | <password> |
| country | string | Yes | Country code (all uppercase) | US |
| sid | string | Yes | Session ID (required, 8-digit random numbers recommended) | 59962578 |
| minutes | integer | Yes | IP switch interval (unit: minute) | 1 |
| city | string | No | City code (uppercase) | TOKYO |
Basic Information
-
Gateway: dp1.ipbiubiu.com (automatically switched according to server location)
-
Port: 10000–10999
-
Account: <account>
-
Password: <password>
Regional Gateway
| Region | Gateway Address | Scope of Application |
|---|---|---|
| America | dp1-us.ipbiubiu.com | North America, South America |
| Europe | dp1-eu.ipbiubiu.com | All regions except America |
| Asia | dp1-asia.ipbiubiu.com | Asian regions |
Per Request Switch (Dynamic IP Rotation)
Basic Positioning (Country Level)
Connection Format
{gateway}:{port}:{account}_c_{country code}:{password}
Usage Example
dp1.ipbiubiu.com:10000:<account>_c_<country>:<password>
Precise Positioning (Country-City Level)
Connection Format
{gateway}:{port}:{account}_c_{country code}_city_{city code}:{password}
Usage Example
dp1.ipbiubiu.com:10000:<account>_c_<country>_city_<city>:<password>
Mode Description
-
Global Mixed IP: <account>
-
Specified Country: <account>_c_<country>
-
Specified Country & City: <account>_c_<country>_city_<city>
Sticky Switch (Timed Fixed IP)
Basic Positioning (Country Level)
Connection Format
{gateway}:{port}:{account}_c_{country code}_s_{session id}_ttl_{minutes}m:{password}
Usage Example
dp1.ipbiubiu.com:10000:<account>_c_<country>_s_<sid>_ttl_<minutes>m:<password>
Precise Positioning (Country-City Level)
Connection Format
{gateway}:{port}:{account}_c_{country code}_city_{city code}_s_{session id}_ttl_{minutes}m:{password}
Usage Example
dp1.ipbiubiu.com:10000:<account>_c_<country>_city_<city>_s_<sid>_ttl_<minutes>m:<password>
Mode Description
-
Global Mixed IP: <account>_s_<sid>_ttl_5m
-
Specified Country: <account>_c_<country>_s_<sid>_ttl_5m
-
Specified Country & City: <account>_c_<country>_city_<city>_s_<sid>_ttl_5m
Notes
-
All country codes must be in uppercase, e.g. US, JP, SG.
-
Session ID is a required parameter. It is recommended to use an 8-digit pure random number combination.