main_ipv[46].conf.sample: add 'per_IP_connection_limit' parameter.

This commit is contained in:
Christoph 2024-09-26 15:21:17 +02:00
parent 830f48ff61
commit 0eca4f3eaf
2 changed files with 2 additions and 0 deletions

View File

@ -679,6 +679,7 @@ protection_against_ssh_brute_force_attacks=true
# - Limit connections per source IP
# -
limit_connections_per_source_IP=true
per_IP_connection_limit=$default_per_IP_connection_limit
# - Limit RST packets
# -

View File

@ -693,6 +693,7 @@ protection_against_ssh_brute_force_attacks=true
# - Limit connections per source IP
# -
limit_connections_per_source_IP=true
per_IP_connection_limit=$default_per_IP_connection_limit
# - Limit RST packets
# -