Update README.md

This commit is contained in:
wangyu- 2017-10-24 07:25:23 -07:00 committed by GitHub
parent 6e1df4b39f
commit f34f903317

View File

@ -94,7 +94,7 @@ You can run udp2raw with a non-root account(for better security).Take a look at
### Usage ### Usage
``` ```
udp2raw-tunnel udp2raw-tunnel
git version:adbe7d110f build date:Sep 6 2017 05:37:45 git version:6e1df4b39f build date:Oct 24 2017 09:21:15
repository: https://github.com/wangyu-/udp2raw-tunnel repository: https://github.com/wangyu-/udp2raw-tunnel
usage: usage:
@ -117,6 +117,8 @@ client options:
other options: other options:
--conf-file <string> read options from a configuration file instead of command line. --conf-file <string> read options from a configuration file instead of command line.
check example.conf in repo for format check example.conf in repo for format
--fifo <string> use a fifo(named pipe) for sending commands to the running program,
check readme.md in repository for supported commands.
--log-level <number> 0:never 1:fatal 2:error 3:warn --log-level <number> 0:never 1:fatal 2:error 3:warn
4:info (default) 5:debug 6:trace 4:info (default) 5:debug 6:trace
--log-position enable file name,function name,line number in log --log-position enable file name,function name,line number in log