Pre-register your IP addresses to skip password authentication.
How It Works
- Add your IP to the whitelist in Dashboard
- Make requests without password
- Only username (with parameters) required
Configuration
| Setting | Value |
|---|
| Binding Level | Per Subscription |
| Max IPs | 3 per subscription |
| Format | IPv4 address |
Usage
From a whitelisted IP, omit the password:
# IP whitelist (no password)
curl -x "http://[email protected]:1318" https://example.com
# Password auth (for comparison)
curl -x "http://sub_xxx-country-US:[email protected]:1318" https://example.com
Managing Whitelist
In your Dashboard: Settings → IP Whitelist
Changes take effect immediately.
Use Cases
- Static IP servers - No credentials in config files
- Automation - Simpler configuration
- CI/CD pipelines - Whitelist runner IPs
Limitations
- IPv4 only
- Single IPs only (no CIDR)
- Max 3 IPs per subscription