summaryrefslogtreecommitdiff
path: root/doc/anytun-config.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-config.8
parentadded debug option to getter/setter (diff)
updated manpages (added -u|--debug)
Diffstat (limited to 'doc/anytun-config.8')
-rw-r--r--doc/anytun-config.816
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/anytun-config.8 b/doc/anytun-config.8
index 317aa54..4a349c3 100644
--- a/doc/anytun-config.8
+++ b/doc/anytun-config.8
@@ -2,12 +2,12 @@
.\" Title: anytun-config
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/>
-.\" Date: 12/22/2009
+.\" Date: 01/15/2010
.\" Manual: anytun-config user manual
.\" Source: anytun trunk
.\" Language: English
.\"
-.TH "ANYTUN\-CONFIG" "8" "12/22/2009" "anytun trunk" "anytun-config user manual"
+.TH "ANYTUN\-CONFIG" "8" "01/15/2010" "anytun trunk" "anytun-config user manual"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@@ -26,6 +26,7 @@ anytun-config \- anycast tunneling configuration utility
\fBanytun\-config\fR
[ \fB\-h|\-\-help\fR ]
[ \fB\-L|\-\-log\fR <target>:<level>[,<param1>[,<param2>[\&.\&.]]]
+ [ \fB\-U|\-\-debug\fR ]
[ \fB\-r|\-\-remote\-host\fR <hostname|ip> ]
[ \fB\-o|\-\-remote\-port\fR <port> ]
[ \fB\-4|\-\-ipv4\-only\fR ]
@@ -75,6 +76,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\-r, \-\-remote\-host <hostname|ip>\fR
.RS 4
This option can be used to specify the remote tunnel endpoint\&. In case of anycast tunnel endpoints, the anycast IP address has to be used\&. If you do not specify an address, it is automatically determined after receiving the first data packet\&.