diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-27 14:27:30 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-27 14:27:30 +0000 |
commit | 354d7bf4fe7d25dc424082db4795449d4460c574 (patch) | |
tree | 41890d2387a5dc6c86177f916f698a0c8ec7b94d /doc | |
parent | added additional security check in case remote address is not set (diff) |
updated manpage
Diffstat (limited to 'doc')
-rw-r--r-- | doc/uanytun.8.txt | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/uanytun.8.txt b/doc/uanytun.8.txt index eae6064..915b3df 100644 --- a/doc/uanytun.8.txt +++ b/doc/uanytun.8.txt @@ -21,6 +21,8 @@ SYNOPSIS [ *-s|--sender-id* <sender id> ] [ *-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> ] @@ -154,6 +156,18 @@ The UDP port used for payload data by the remote host a port, it is automatically determined after receiving the first data packet. +-4|--ipv4-only +~~~~~~~~~~~~~~ + +Resolv to IPv4 addresses only. The default is to resolv both +IPv4 and IPv6 addresses. + +-6|--ipv6-only +~~~~~~~~~~~~~~ + +Resolv to IPv6 addresses only. The default is to resolv both +IPv4 and IPv6 addresses. + -d|--dev <name> ~~~~~~~~~~~~~~~ @@ -309,7 +323,7 @@ One unicast and one anycast tunnel endpoint: Unicast tunnel endpoint: ^^^^^^^^^^^^^^^^^^^^^^^^ -uanytun -r anycast.anytun.org -d anytun0 -t tun -n 192.0.2.2 192.0.2.1 -w 0 -c null +uanytun -r anycast.anytun.org -d anytun0 -t tun -n 192.0.2.2/30 BUGS |