Update README.md
This commit is contained in:
parent
de9fc93bd6
commit
1a88c1735d
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ Options:
|
||||||
examples:
|
examples:
|
||||||
'tcp://1212:google.com:443' => listen on server for incoming tcp cnx on port 1212 and forward to google.com on port 443 from local machine
|
'tcp://1212:google.com:443' => listen on server for incoming tcp cnx on port 1212 and forward to google.com on port 443 from local machine
|
||||||
'udp://1212:1.1.1.1:53' => listen on server for incoming udp on port 1212 and forward to cloudflare dns 1.1.1.1 on port 53 from local machine
|
'udp://1212:1.1.1.1:53' => listen on server for incoming udp on port 1212 and forward to cloudflare dns 1.1.1.1 on port 53 from local machine
|
||||||
'socks://[::1]:1212' => listen on server for incoming socks5 request on port 1212 and forward dynamically request from local machine
|
'socks5://[::1]:1212' => listen on server for incoming socks5 request on port 1212 and forward dynamically request from local machine
|
||||||
--socket-so-mark <INT>
|
--socket-so-mark <INT>
|
||||||
(linux only) Mark network packet with SO_MARK sockoption with the specified value.
|
(linux only) Mark network packet with SO_MARK sockoption with the specified value.
|
||||||
You need to use {root, sudo, capabilities} to run wstunnel when using this option
|
You need to use {root, sudo, capabilities} to run wstunnel when using this option
|
||||||
|
|
Loading…
Reference in a new issue