Skip to content

Commit

Permalink
New cmdline opt
Browse files Browse the repository at this point in the history
  • Loading branch information
krrr committed Oct 21, 2017
1 parent 52b8e52 commit 51afda3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,18 @@ optional arguments:
server)
-s, --server run as server
-d, --debug
-z, --compatible useful when server is behind WS proxy
-i INI, --ini INI load config file
-y PROXY, --proxy PROXY
let client use a HTTPS proxy (host:port)
-z, --compatible useful when server is behind WS proxy
-p PORT, --port PORT listen port of SOCKS5/HTTP(S) server at localhost
(defaults 1080)
-t TUN_ADDR, --tun-addr TUN_ADDR
listen address of server, overrides URI
-r TUN_PORT, --tun-port TUN_PORT
listen port of server, overrides URI
--x-forward Use X-Forwarded-For as client IP address when behind
proxy
```

Example:
Expand Down

0 comments on commit 51afda3

Please sign in to comment.