From d16d132f0e4c9bfc6718a3d8b88c6f80d7a0b3e0 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Tue, 31 May 2022 22:49:39 +0200 Subject: [PATCH] document udp_max_connections in example.cfg --- example.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.cfg b/example.cfg index a329a42..cd1a8ee 100644 --- a/example.cfg +++ b/example.cfg @@ -32,6 +32,9 @@ verbose-int-error: 3; # internal errors, the kind that should never happen # Specify a path to the logfile. #logfile: "/var/log/sslh.log" +# Specify the number of concurrent UDP connection that can +# be managed (default 1024) +udp_max_connections: 16; # Specify which syslog facility to use (names for your # system are usually defined in /usr/include/*/sys/syslog.h