add socks2http

This commit is contained in:
2018-02-02 16:34:53 +08:00
parent a13103fb44
commit 5a5d9a920c
3 changed files with 32 additions and 0 deletions

16
socks2http/README.md Normal file
View File

@@ -0,0 +1,16 @@
# 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_