diff options
author | Christian Pointner <equinox@anytun.org> | 2010-01-15 01:06:26 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2010-01-15 01:06:26 +0000 |
commit | 81c02d51b98b305a5160c9febb496106384894be (patch) | |
tree | c55220ba68c15ec925e632aa09508252184fb9e8 /doc/anytun-config.8.txt | |
parent | added debug option to getter/setter (diff) |
updated manpages (added -u|--debug)
Diffstat (limited to 'doc/anytun-config.8.txt')
-rw-r--r-- | doc/anytun-config.8.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/anytun-config.8.txt b/doc/anytun-config.8.txt index 6a80b4d..89be356 100644 --- a/doc/anytun-config.8.txt +++ b/doc/anytun-config.8.txt @@ -12,6 +12,7 @@ SYNOPSIS anytun-config [ -h|--help ] [ -L|--log <target>:<level>[,<param1>[,<param2>[..]]] + [ -U|--debug ] [ -r|--remote-host <hostname|ip> ] [ -o|--remote-port <port> ] [ -4|--ipv4-only ] @@ -49,6 +50,12 @@ OPTIONS *stdout*;; log to standard output, parameters <level> *stderr*;; log to standard error, parameters <level> +*-U, --debug*:: + This option instructs *Anytun* to run in debug mode. It implicits *-D* + (don't daemonize) and adds a log target with the configuration + *stdout:5* (logging with maximum level). In future releases there might + be additional output when this option is supplied. + *-r, --remote-host <hostname|ip>*:: This option can be used to specify the remote tunnel endpoint. In case of anycast tunnel endpoints, the |