This is a short guide to set up a proxy on a Linux system. Install ProxyChains sudo apt install proxychains apk add proxychains-ng alpine linux Configure ProxyChains Add the following content in the configuration file /etc/proxychains.conf or /etc/proxychains/proxychains.conf. http <your server ip> <port> For example, http 192.168.31.138 10811 Use / test ProxyChains proxychains curl ifconfig.me/ip ...