summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-27 14:27:30 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-27 14:27:30 +0000
commit354d7bf4fe7d25dc424082db4795449d4460c574 (patch)
tree41890d2387a5dc6c86177f916f698a0c8ec7b94d
parentadded additional security check in case remote address is not set (diff)
updated manpage
-rw-r--r--doc/uanytun.8.txt16
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