diff options
Diffstat (limited to 'doc/uanytun.8.txt')
-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 |