document udp_max_connections in example.cfg

This commit is contained in:
yrutschle 2022-05-31 22:49:39 +02:00
parent 3fffce323d
commit d16d132f0e

View File

@ -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