diff options
author | June McEnroe <june@causal.agency> | 2020-02-27 18:36:44 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-27 18:36:44 -0500 |
commit | 3f89b14700daa30f456902f22f6c22ecdd35a48a (patch) | |
tree | 705759c24e1535dfcc37f3289362a40b030f89ff /pounce.1 | |
parent | Document the causal.agency/consumer vendor capability (diff) | |
download | pounce-3f89b14700daa30f456902f22f6c22ecdd35a48a.tar.gz pounce-3f89b14700daa30f456902f22f6c22ecdd35a48a.zip |
Advertise STS policy
Duration is set to INT_MAX since pounce will never accept cleartext connections.
Diffstat (limited to '')
-rw-r--r-- | pounce.1 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/pounce.1 b/pounce.1 index 7b3e5bf..b61527a 100644 --- a/pounce.1 +++ b/pounce.1 @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Nev +.Op Fl NTev .Op Fl A Ar cert .Op Fl C Ar cert .Op Fl H Ar host @@ -127,6 +127,11 @@ Bind to source address .Ar host when connecting to the server. . +.It Fl T +Do not advertise a +strict transport security (STS) policy +to clients. +. .It Fl U Ar path , Cm local-path = Ar path Bind to a UNIX-domain socket at .Ar path . @@ -511,6 +516,14 @@ daemon implements the following: .It .Rs .%A Attila Molnar +.%A James Wheare +.%T IRCv3 Strict Transport Security +.%I IRCv3 Working Group +.%U https://ircv3.net/specs/extensions/sts +.Re +.It +.Rs +.%A Attila Molnar .%A William Pitcock .%T IRCv3.2 SASL Authentication .%I IRCv3 Working Group |