ocserv: updated to 1.1.1

This commit is contained in:
Nikos Mavrogiannopoulos
2020-09-21 21:33:49 +02:00
parent c614914da0
commit b00feac4b5
2 changed files with 13 additions and 5 deletions
+8 -3
View File
@@ -22,9 +22,12 @@
# to generate password entries.
auth = "|AUTH|"
# A banner to be displayed on clients
# A banner to be displayed on clients after connection
banner = "Welcome to OpenWRT"
# A banner to be displayed on clients before connection
#pre-login-banner = "Welcome"
#isolate-workers = true
# When the server has a dynamic DNS address (that may change),
@@ -40,8 +43,10 @@ listen-host-is-dyndns = |DYNDNS|
#max-clients = 1024
max-clients = |MAX_CLIENTS|
# Limit the number of client connections to one every X milliseconds
# (X is the provided value). Set to zero for no limit.
# Rate limit the number of incoming connections to one every X milliseconds
# (X is the provided value), as the secmod backlog grows. This
# makes the server more resilient (and prevents connection failures) on
# multiple concurrent connections. Set to zero for no limit.
rate-limit-ms = 100
# Limit the number of identical clients (i.e., users connecting