diff options
Diffstat (limited to 'doc/uanytun.8')
-rw-r--r-- | doc/uanytun.8 | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/doc/uanytun.8 b/doc/uanytun.8 index abdaf87..23947f7 100644 --- a/doc/uanytun.8 +++ b/doc/uanytun.8 @@ -2,12 +2,12 @@ .\" Title: uanytun .\" Author: [see the "AUTHORS" section] .\" Generator: DocBook XSL Stylesheets v1.75.1 <http://docbook.sf.net/> -.\" Date: 01/11/2010 +.\" Date: 01/15/2010 .\" Manual: uanytun user manual .\" Source: uanytun trunk .\" Language: English .\" -.TH "UANYTUN" "8" "01/11/2010" "uanytun trunk" "uanytun user manual" +.TH "UANYTUN" "8" "01/15/2010" "uanytun trunk" "uanytun user manual" .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- @@ -31,6 +31,7 @@ uanytun \- micro 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> ] @@ -122,6 +123,17 @@ log to standard error, parameters <level> .RE .RE .PP +\fB\-U, \-\-debug\fR +.RS 4 +This option instructs +\fBuAnytun\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\&. The default is to not use a special inteface and just bind on all interfaces\&. |