From 9bf94d170fd0d5540be8c6337f53ed71dbca268a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 7 Jan 2024 21:23:53 +0000 Subject: Remove s6-tcpserver[4|6] mentions from doc (now unified) Signed-off-by: Laurent Bercot --- doc/s6-connlimit.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'doc/s6-connlimit.html') 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.

Usage

- The s6-tcpserver4 and -s6-tcpserver6 programs -define the PROTO environment variable to "TCP", and spawn every child server with the TCPCONNNUM environment + The s6-tcpserver 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 s6-tcpserver-access program can set environment variables depending on the client's IP address. If the @@ -72,7 +71,7 @@ of client connections by UID.

-     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 dir \
      s6-connlimit \
      prog...
-- 
cgit v1.3.1