diff options
author | Jon Schipp <jonschipp@gmail.com> | 2014-07-24 18:01:43 +0000 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-07-25 08:21:58 +0200 |
commit | 2de653340c789c2ef4b442b146c3f3e53e306c31 (patch) | |
tree | 4a080d8db93f368acaa0360422df92873da6d3cf /mausezahn.8 | |
parent | 52463b7934760b1afabd6523913a48ba2a7c51ee (diff) |
mausezahn: bind to IP address in interactive mode
Adds new option ``-l'' that can be used to set mausezahn's
listen address to bind to an IP of choice. e.g.
mausezahn -l 127.0.0.1 -x
Signed-off-by: Jon Schipp <jonschipp@gmail.com>
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'mausezahn.8')
-rw-r--r-- | mausezahn.8 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mausezahn.8 b/mausezahn.8 index 87959c6..1037737 100644 --- a/mausezahn.8 +++ b/mausezahn.8 @@ -73,6 +73,9 @@ Start mausezahn in interactive mode with a Cisco-like CLI. Use telnet to log into the local mausezahn instance. If no port has been specified, port 25542 is used by default. .PP +.SS -l <IP> +Specify the IP address mausezahn should bind to when in interactive mode, default: 0.0.0.0. +.PP .SS -v Verbose mode. Capital \-V is even more verbose. .PP |