diff options
author | June McEnroe <june@causal.agency> | 2022-03-14 18:49:59 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-03-14 18:49:59 -0400 |
commit | 32b8fc838ef1397a21d4339d2de2c94722ff6aef (patch) | |
tree | 1d38326f337898933780323f8d41b575a4dbf5ed | |
parent | notify, palaver: Add -t to trust self-signed certificates (diff) | |
download | pounce-32b8fc838ef1397a21d4339d2de2c94722ff6aef.tar.gz pounce-32b8fc838ef1397a21d4339d2de2c94722ff6aef.zip |
Document using -S to connect over IPv4 or IPv6
-rw-r--r-- | pounce.1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pounce.1 b/pounce.1 index 4c4c517..a4a20c9 100644 --- a/pounce.1 +++ b/pounce.1 @@ -297,6 +297,12 @@ on some networks. Bind to source address .Ar host when connecting to the server. +To connect from any address +over IPv4 only, +use 0.0.0.0. +To connect from any address +over IPv6 only, +use ::. . .It Fl a Ar user : Ns Ar pass | Cm sasl-plain No = Ar user : Ns Ar pass Authenticate as |