mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-07 16:41:55 +00:00
17 lines
243 B
Markdown
17 lines
243 B
Markdown
# socks2http
|
|
|
|
Convert Socks(5) proxy to http proxy.
|
|
|
|
#### Example
|
|
|
|
```bash
|
|
docker run \
|
|
-d \
|
|
--restart always \
|
|
--publish 8118:8118 \
|
|
--name socks2http \
|
|
newnius/socks2http SOCKS5_PROXY_ADDR:PORT
|
|
```
|
|
|
|
_`SOCKS_PROXY_ADDR` can not be 127.0.0.1_
|