diff options
author | multiplexd <multi@in-addr.xyz> | 2020-02-12 01:02:37 +0000 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-13 00:05:52 +0000 |
commit | 1e544ce482ba97f9c4e2be114f88f11e49bdbf1b (patch) | |
tree | 5c25157df46e06fe062edb0d91809653b8587c25 /catgirl.1 | |
parent | Add /list (diff) | |
download | catgirl-1e544ce482ba97f9c4e2be114f88f11e49bdbf1b.tar.gz catgirl-1e544ce482ba97f9c4e2be114f88f11e49bdbf1b.zip |
Implement source address selection
This commit adds a '-S' command line option and a "bind" configuration file option to specify the source address to bind to when connecting to the IRC server.
Diffstat (limited to 'catgirl.1')
-rw-r--r-- | catgirl.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1 index dc5aefb..672abfc 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -12,6 +12,7 @@ .Op Fl C Ar copy .Op Fl H Ar hash .Op Fl O Ar open +.Op Fl S Ar bind .Op Fl a Ar auth .Op Fl c Ar cert .Op Fl h Ar host @@ -85,6 +86,11 @@ Disable the .Ic /quote commands. . +.It Fl S Ar host , Cm bind = Ar host +Bind to source address +.Ar host +when connecting to the server. +. .It Fl a Ar user Ns : Ns Ar pass , Cm sasl-plain = Ar user Ns : Ns Ar pass Authenticate as .Ar user |