Continent

Adding a region flag to the authorization header enables one to specify which continent IP to use to process the request. The value of this parameter is the name of continents, replacing the space with _.

Here are all the region parameters: region-south_america region-north_america region-europe region-asia region-africa

Code example

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

curl -x SERVERNAME.pyproxy.io:2510 -U "USERNAME-zone-adam-region-asia:PASSWORD" ipinfo.pyproxy.io

Last updated