diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-20 02:52:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-12-20 02:52:53 +0000 |
commit | 9059c09ef1e5e71d3b63754bbe1277338070955b (patch) | |
tree | 0a3366fb574146f9dcddc0393ca625f1b4d4a3bb /doc/s6-tcpserver-access.html | |
parent | 28ffb0356f13499927bad7bbcf66f63f7208828f (diff) | |
download | s6-networking-9059c09ef1e5e71d3b63754bbe1277338070955b.tar.xz |
Doc fixes
Diffstat (limited to 'doc/s6-tcpserver-access.html')
-rw-r--r-- | doc/s6-tcpserver-access.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/s6-tcpserver-access.html b/doc/s6-tcpserver-access.html index c7bb27a..cb758d9 100644 --- a/doc/s6-tcpserver-access.html +++ b/doc/s6-tcpserver-access.html @@ -170,7 +170,7 @@ client and converts it to canonical form. Then it checks it with the function. In other words, it tries to match broader and broader network prefixes of <em>ip</em>, from <tt>ip4/</tt><em>ip</em><tt>_32</tt> to <tt>ip4/0.0.0.0_0</tt> if <em>ip</em> is v4, or from -<tt>ip6/</tt><em>ip</em><tt>/128</tt> to <tt>ip6/::_0</tt> if <em>ip</em> +<tt>ip6/</tt><em>ip</em><tt>_128</tt> to <tt>ip6/::_0</tt> if <em>ip</em> is v6. If the result is: </p> @@ -195,8 +195,8 @@ S6NET_ACCESSRULES_ALLOW. <p> Note that even if the access check succeeds, the connection can still be -denied if paranoid mode has been required (<tt>-p</tt>) and a forward DNS query -on <em>remotehost</em> does not match <em>ip</em>. +denied if paranoid mode has been requested (<tt>-p</tt>) and a forward DNS +query on <em>remotehost</em> does not match <em>ip</em>. </p> <h2> Environment and executable modifications </h2> |