Continent

To get a proxy from any of the seven continents, add the continent- parameter and two-letter code to the authorization string.

The list of continents and corresponding letter codes to chose from:

continent-af for Africa

continent-an for Antarctica

continent-as for Asia

continent-eu for Europe

continent-na for North America

continent-oc for Oceania

continent-sa for South America

Code example

In this example, a query to ipinfo.thordata.com is performed from a random IP address from Asia:

curl -x "https://td-customer-USERNAME-continent-as:[email protected]:9999" "https://ipinfo.thordata.com"

Last updated

Was this helpful?