mirror of
https://github.com/yggdrasil-network/yggstack.git
synced 2025-04-27 21:55:07 +03:00
Implemented UNIX socket support for SOCKS5 server in yggstack command and updated README.md with usage instructions.
This commit is contained in:
parent
174bb7026d
commit
dcc0284e3b
2 changed files with 54 additions and 14 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue