From 2de653340c789c2ef4b442b146c3f3e53e306c31 Mon Sep 17 00:00:00 2001 From: Jon Schipp Date: Thu, 24 Jul 2014 18:01:43 +0000 Subject: 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 Signed-off-by: Tobias Klauser --- mausezahn.8 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mausezahn.8') 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 +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 -- cgit v1.2.3-54-g00ecf