An open API service indexing awesome lists of open source software.

https://github.com/vit0r/proxychain4-cli

this CLI run command with proxychains4
https://github.com/vit0r/proxychain4-cli

command-line-tool docker proxychains

Last synced: 6 months ago
JSON representation

this CLI run command with proxychains4

Awesome Lists containing this project

README

          

# proxychains4-cli

this CLI run commands [python,wget,telnet,curl] with proxychains4

1. Rename proxychains-sample.conf to proxychains.conf
2. Add proxys addresses in [ProxyList] like:

```bash
[ProxyList]
socks5 ip port # change ip and port
```

```bash
docker build -t ${USERNAME}/proxychains4-cli .

docker run --rm ${USERNAME}/proxychains4-cli curl http://ip-api.com
```