mirror of
https://github.com/yrutschle/sslh.git
synced 2025-04-13 15:47:15 +03:00
document udp_max_connections in example.cfg
This commit is contained in:
parent
3fffce323d
commit
d16d132f0e
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user