đĄ Country targeting is free. City, state, and ASN targeting consume traffic at a 2Ă rate â except for Premium Plan users.
How targeting works
You can configure targeting in the Dashboard or directly in your connection string. If you use the Dashboard, click Save configuration to apply changes.
In the connection string, parameters are appended to your login using __ (double underscore). You can combine multiple parameters.
Country targeting
Use the two-letter ISO 3166-1 country code:
LOGIN__cr.us:[email protected]:10000
Common country codes: us ¡ de ¡ gb ¡ tr ¡ jp
đĄ Full list of country codes: ISO 3166-1 alpha-2
City targeting
LOGIN__cr.us;city.newyork:[email protected]:10000
â ď¸ City targeting requires a country code. City availability depends on the pool â contact support to verify coverage.
ASN targeting (ISP-level)
Route traffic through a specific internet provider:
LOGIN__cr.de;asn.7922:[email protected]:10000
AS7922 = Comcast ¡ AS3320 = Deutsche Telekom. Look up ASN numbers at ipinfo.io.
Sticky sessions with targeting
To keep the same IP within a country, use port range 10,000â20,000 with sessttl (in minutes, max 1440):
LOGIN__cr.us;sessttl.60:[email protected]:12345
For named sessions (same sessid = same IP):
LOGIN__cr.us;sessid.my_session_1:[email protected]:824
â