Set a application-level proxy via proxychains

1 · Xiaolong "Bruce" Liu · Aug. 23, 2024, 8:30 a.m.
Summary
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 ...