this CLI run commands [python,wget,telnet,curl] with proxychains4
- Rename proxychains-sample.conf to proxychains.conf
- Add proxys addresses in [ProxyList] like:
[ProxyList]
socks5 ip port # change ip and port
docker build -t ${USERNAME}/proxychains4-cli .
docker run --rm ${USERNAME}/proxychains4-cli curl http://ip-api.com