How to use Infatica Residential proxy with Shell
Once you have created a proxy list at Infatica, you can use a proxy with Shell on Windows, Linux, or Mac OS.
Shell examples:
# In this example a query to ip-api.com is performed from the Infatica proxy.
# Change the proxy login, password, IP, and port from your proxy list if you use authorization by login/password.
curl -x http://login:password@Host:Port https://ip-api.com/
curl -x socks5://login:password@Host:Port https://ip-api.com/
# Change the proxy IP and port from your proxy list if you use authorization by IP whitelist.
curl -x socks5://Host:Port https://ip-api.com/