From 91e38abd714d5dda2764022ea370d7dde73a55cc Mon Sep 17 00:00:00 2001 From: multiplexd Date: Mon, 17 Feb 2020 19:46:02 +0000 Subject: Implement source address selection This commit introduces a '-S' command line option and a "bind" configuration file option for selecting the source address when making outbound TCP connections (similar to the corresponding option in catgirl(1)). --- pounce.1 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'pounce.1') diff --git a/pounce.1 b/pounce.1 index 275b5a6..c55310b 100644 --- a/pounce.1 +++ b/pounce.1 @@ -1,4 +1,4 @@ -.Dd January 17, 2020 +.Dd February 18, 2020 .Dt POUNCE 1 .Os . @@ -14,6 +14,7 @@ .Op Fl H Ar host .Op Fl K Ar priv .Op Fl P Ar port +.Op Fl S Ar bind .Op Fl U Ar unix .Op Fl W Ar pass .Op Fl a Ar auth @@ -121,6 +122,11 @@ Bind to .Ar port . The default port is 6697. . +.It Fl S Ar host , Cm bind = Ar host +Bind to source address +.Ar host +when connecting to the server. +. .It Fl U Ar path , Cm local-path = Ar path Bind to a UNIX-domain socket at .Ar path . -- cgit 1.4.1