diff options
author | multiplexd <multi@in-addr.xyz> | 2020-02-17 19:46:02 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-18 16:11:57 -0500 |
commit | 91e38abd714d5dda2764022ea370d7dde73a55cc (patch) | |
tree | 03d4b9966168ca631c7c6093e51dfe888f8e1bbe /pounce.1 | |
parent | Use Xr for the first "pounce" in README (diff) | |
download | pounce-91e38abd714d5dda2764022ea370d7dde73a55cc.tar.gz pounce-91e38abd714d5dda2764022ea370d7dde73a55cc.zip |
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)).
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 8 |
1 files changed, 7 insertions, 1 deletions
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 . |