Linux
Linux comes in many distributions, so this guide focuses on a system-wide proxy setup that applies broadly across them.
Last updated
Was this helpful?
Linux comes in many distributions, so this guide focuses on a system-wide proxy setup that applies broadly across them.
Before getting started, ensure that:
No other VPN or proxies are active.
You have your GoProxies endpoint ready, e.g. proxy.goproxies.com:1080
Your GoProxies subuser (also called API User) username and password.
Open Terminal.
Sign in as a root user.
Open the /etc/environment file with nano.
In the text editor, configure your proxy as follows:
http_proxy="http://proxy.goproxies.com:1080"
https_proxy="http://proxy.goproxies.com:1080"
no_proxy="localhost"If you need authentication, use the format http://username:password@proxy.goproxies.com:1080. You can also target a specific country by appending -country-country_abbreviation to your username, e.g. customer-exampleuser-country-us, as covered in our proxy parameters article.
Press CTRL + X, then Y to save, and ENTER to confirm the file location.
Lock the file with chattr +i /etc/environment and reboot your machine. Skipping this step may cause your proxy settings to reset.
To unlock the file later, use chattr -i /etc/environment.
Open a browser and go to ip.goproxies.com. If the IP shown reflects your proxy location, you're all set.
Last updated
Was this helpful?
Was this helpful?

