mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-12-13 09:36:44 +00:00
add socks2http
This commit is contained in:
16
socks2http/README.md
Normal file
16
socks2http/README.md
Normal 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_
|
||||
Reference in New Issue
Block a user