Set up an application-level proxy via proxychains
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: