mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:14:57 +02:00
12 lines
214 B
Markdown
12 lines
214 B
Markdown
microsocks
|
|
==========
|
|
|
|
[MicroSocks][1] - multithreaded, small, efficient SOCKS5 server.
|
|
|
|
```bash
|
|
$ docker-compose up -d
|
|
$ curl -x socks5h://127.0.0.1:1080 ifconfig.co
|
|
```
|
|
|
|
[1]: https://github.com/rofl0r/microsocks
|