diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-20 03:51:23 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-20 03:51:23 +0000 |
commit | bcfcaee5c07c365e8f63c0462d3958b60e7ea08a (patch) | |
tree | 0c538460b89702f9e101aa75fd2242efa89c077b /doc | |
parent | 538db66194f396cf35f6c1113851fcbc321464d7 (diff) | |
download | s6-networking-bcfcaee5c07c365e8f63c0462d3958b60e7ea08a.tar.xz |
Document it
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/s6-tcpserver-access.html | 3 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index d5b3ece..15f4246 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -138,7 +138,8 @@ against a filesystem-based database in the <em>rulesdir</em> directory. </li> <li> <tt>-x <em>rulesfile</em></tt> : check client credentials against a <a href="https://en.wikipedia.org/wiki/Cdb_(software)">cdb</a> database in the <em>rulesfile</em> file. <tt>-i</tt> and <tt>-x</tt> are -mutually exclusive. </li> +mutually exclusive. If none of those options is given, no credential +checking will be performed. </li> </ul> <h2> Access rule checking </h2> diff --git a/doc/upgrade.html b/doc/upgrade.html index d71a59c..7b2c27b 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -33,6 +33,9 @@ optional dependency bumped to 3.7.3 </li> optional dependency bumped to 1.1.1w </li> <li> <a href="https://git.causal.agency/libretls/about/">LibreTLS</a> optional dependency bumped to 3.7.0 </li> + <li> <a href="s6-tcpserver-access.html">s6-tcpserver-access</a> does +not print a warning on <tt>-v 2</tt> or more when it is run without +the <tt>-i</tt> or </tt>-x</tt> option. </li> </ul> <h2> in 2.5.1.3 </h2> |