Set up an application-level proxy via proxychains

Posted by Bruce Liu on August 23, 2024

🏷️ Tags: proxychains , proxy , linux

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


Share on:

« PREVIOUS: The detailed steps of installing Home Assistant Operating System on Ubuntu
NEXT: Update home assistant supervisor from virsh guest console »