summaryrefslogtreecommitdiff
path: root/doc/anytun.8
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2010-01-15 01:06:26 +0000
committerChristian Pointner <equinox@anytun.org>2010-01-15 01:06:26 +0000
commit81c02d51b98b305a5160c9febb496106384894be (patch)
treec55220ba68c15ec925e632aa09508252184fb9e8 /doc/anytun.8
parentadded debug option to getter/setter (diff)
updated manpages (added -u|--debug)
Diffstat (limited to 'doc/anytun.8')
-rw-r--r--doc/anytun.816
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/anytun.8 b/doc/anytun.8
index f415358..1f5b6c9 100644
--- a/doc/anytun.8
+++ b/doc/anytun.8
@@ -2,12 +2,12 @@
.\" Title: anytun
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\" Date: 01/13/2010
+.\" Date: 01/15/2010
.\" Manual: anytun user manual
.\" Source: anytun trunk
.\" Language: English
.\"
-.TH "ANYTUN" "8" "01/13/2010" "anytun trunk" "anytun user manual"
+.TH "ANYTUN" "8" "01/15/2010" "anytun trunk" "anytun user manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -31,6 +31,7 @@ anytun \- anycast tunneling daemon
[ \fB\-C|\-\-chroot\fR <path> ]
[ \fB\-P|\-\-write\-pid\fR <filename> ]
[ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]] ]
+ [ \fB\-U|\-\-debug\fR ]
[ \fB\-i|\-\-interface\fR <ip\-address> ]
[ \fB\-p|\-\-port\fR <port> ]
[ \fB\-r|\-\-remote\-host\fR <hostname|ip> ]
@@ -127,6 +128,17 @@ log to standard error, parameters <level>
.RE
.RE
.PP
+\fB\-U, \-\-debug\fR
+.RS 4
+This option instructs
+\fBAnytun\fR
+to run in debug mode\&. It implicits
+\fB\-D\fR
+(don\(cqt daemonize) and adds a log target with the configuration
+\fBstdout:5\fR
+(logging with maximum level)\&. In future releases there might be additional output when this option is supplied\&.
+.RE
+.PP
\fB\-i, \-\-interface <ip address>\fR
.RS 4
This IP address is used as the sender address for outgoing packets\&. In case of anycast tunnel endpoints, the anycast IP has to be used\&. In case of unicast endpoints, the address is usually derived correctly from the routing table\&. The default is to not use a special inteface and just bind on all interfaces\&.