diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-01-07 21:23:53 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-01-07 21:23:53 +0000 |
commit | 9bf94d170fd0d5540be8c6337f53ed71dbca268a (patch) | |
tree | 621580f21629e85881ed19fd2a08fed814f5450b /doc/s6-connlimit.html | |
parent | 8c96f385ce022072661a0011dc99a973e0a3f425 (diff) | |
download | s6-9bf94d170fd0d5540be8c6337f53ed71dbca268a.tar.xz |
Remove s6-tcpserver[4|6] mentions from doc (now unified)
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc/s6-connlimit.html')
-rw-r--r-- | doc/s6-connlimit.html | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/s6-connlimit.html b/doc/s6-connlimit.html index ea0aaf5..744f652 100644 --- a/doc/s6-connlimit.html +++ b/doc/s6-connlimit.html @@ -46,9 +46,8 @@ no maximum number of connections has been defined. </li> <h2> Usage </h2> <p> - The <a href="//skarnet.org/software/s6-networking/s6-tcpserver4.html">s6-tcpserver4</a> and -<a href="//skarnet.org/software/s6-networking/s6-tcpserver6.html">s6-tcpserver6</a> programs -define the PROTO environment variable to "TCP", and spawn every child server with the TCPCONNNUM environment + The <a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a> program +defines the PROTO environment variable to "TCP", and spawns every child server with the TCPCONNNUM environment variable set to the number of connections from the same IP address. The <a href="//skarnet.org/software/s6-networking/s6-tcpserver-access.html">s6-tcpserver-access</a> program can set environment variables depending on the client's IP address. If the @@ -72,7 +71,7 @@ of client connections by UID. </p> <pre> - s6-tcpserver4 -v2 -c1000 -C40 1.2.3.4 80 \ + s6-tcpserver -v2 -c1000 -C40 1.2.3.4 80 \ s6-tcpserver-access -v2 -RHl0 -i <em>dir</em> \ s6-connlimit \ <em>prog...</em> |