diff options
Diffstat (limited to 'doc/uanytun.8.txt')
-rw-r--r-- | doc/uanytun.8.txt | 60 |
1 files changed, 31 insertions, 29 deletions
diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index 0b58650..61b884d 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -8,35 +8,37 @@ uanytun - micro anycast tunneling daemon SYNOPSIS -------- -*uanytun* -[ *-h|--help* ] -[ *-D|--nodaemonize* ] -[ *-u|--username* <username> ] -[ *-g|--groupname* <groupname> ] -[ *-C|--chroot* <path> ] -[ *-P|--write-pid* <filename> ] -[ *-L|--log* <target>:<level>[,<param1>[,<param2>[..]]] ] -[ *-i|--interface* <ip-address> ] -[ *-p|--port* <port> ] -[ *-r|--remote-host* <hostname|ip> ] -[ *-o|--remote-port* <port> ] -[ *-4|--ipv4-only* ] -[ *-6|--ipv6-only* ] -[ *-d|--dev* <name> ] -[ *-t|--type* <tun|tap> ] -[ *-n|--ifconfig* <local>/<prefix> ] -[ *-x|--post-up-script* <script> ] -[ *-m|--mux* <mux-id> ] -[ *-s|--sender-id* <sender id> ] -[ *-w|--window-size* <window size> ] -[ *-k|--kd-prf* <kd-prf type> ] -[ *-e|--role <role>* ] -[ *-E|--passphrase* <pass phrase> ] -[ *-K|--key* <master key> ] -[ *-A|--salt* <master salt> ] -[ *-c|--cipher* <cipher type> ] -[ *-a|--auth-algo* <algo type> ] -[ *-b|--auth-tag-length* <length> ] +.... +uanytun + [ -h|--help ] + [ -D|--nodaemonize ] + [ -u|--username <username> ] + [ -g|--groupname <groupname> ] + [ -C|--chroot <path> ] + [ -P|--write-pid <filename> ] + [ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] ] + [ -i|--interface <ip-address> ] + [ -p|--port <port> ] + [ -r|--remote-host <hostname|ip> ] + [ -o|--remote-port <port> ] + [ -4|--ipv4-only ] + [ -6|--ipv6-only ] + [ -d|--dev <name> ] + [ -t|--type <tun|tap> ] + [ -n|--ifconfig <local>/<prefix> ] + [ -x|--post-up-script <script> ] + [ -m|--mux <mux-id> ] + [ -s|--sender-id <sender id> ] + [ -w|--window-size <window size> ] + [ -k|--kd-prf <kd-prf type> ] + [ -e|--role <role> ] + [ -E|--passphrase <pass phrase> ] + [ -K|--key <master key> ] + [ -A|--salt <master salt> ] + [ -c|--cipher <cipher type> ] + [ -a|--auth-algo <algo type> ] + [ -b|--auth-tag-length <length> ] +.... DESCRIPTION ----------- |