Skip to content

IP version

Restrict which IP version your exit uses.

Terminal window
# IPv4 only
curl -x USERNAME:[email protected]:8000 https://api.ipify.org
# IPv6 only
curl -x USERNAME:[email protected]:8000 https://api.ipify.org

Neither flag takes a value.

The pool cannot contain an exit that is exclusively v4 and exclusively v6, so sending both returns nothing.

Without either flag you get whatever the pool hands you, which in practice is mostly IPv4.

Plenty of targets still do not answer over IPv6 at all. If you send -v6 and requests start timing out against a site that worked before, test the target over IPv6 directly before assuming the proxy is at fault.

Both flags stack with every other option.

Terminal window
-country-US-region-texas-v4

Each one shrinks the pool. See How targeting works.

Was this page helpful?