Implemented UNIX socket support for SOCKS5 server in yggstack command and updated README.md with usage instructions.

This commit is contained in:
Artem Andreenko 2024-05-22 15:41:40 -07:00 committed by Vasyl Gello
parent 174bb7026d
commit dcc0284e3b
2 changed files with 54 additions and 14 deletions

View file

@ -78,6 +78,12 @@ To run SOCKS proxy server listening on local port 1080 using generated configura
./yggstack -useconffile /path/to/yggdrasil.conf -socks 127.0.0.1:1080
```
To run SOCKS proxy server listening on UNIX socket file `/tmp/yggstack.sock`:
```
./yggstack -useconffile /path/to/yggdrasil.conf -socks /tmp/yggstack.sock
```
To expose network services (like a Web server) listening on local port 8080 to Yggdrasil
network address at port 80: