make firewall compartible with 'iptables-nf'.

This commit is contained in:
2026-01-11 00:31:22 +01:00
parent 63889b0dc9
commit a37b2c185b
4 changed files with 168 additions and 67 deletions

View File

@@ -782,12 +782,18 @@ per_IP_connection_limit=$default_per_IP_connection_limit
# - Limit RST packets
# -
limit_rst_packets=true
# - REMOVED
# -
#limit_rst_packets=false
# - Limit new TCP connections per second per source IP
# -
limit_new_tcp_connections_per_seconds_per_source_IP=true
# comma separated list of ports
#
#limit_new_tcp_connections_per_seconds_ports="25,80,110,143,443,465,995"
# -------------
# --- Router ?

View File

@@ -796,12 +796,18 @@ per_IP_connection_limit=$default_per_IP_connection_limit
# - Limit RST packets
# -
limit_rst_packets=true
# - REMOVED
# -
#limit_rst_packets=false
# - Limit new TCP connections per second per source IP
# -
limit_new_tcp_connections_per_seconds_per_source_IP=true
# comma separated list of ports
#
#limit_new_tcp_connections_per_seconds_ports="25,80,110,143,443,465,995"
# -------------
# --- Kernel related - Adjust Kernel Parameters (Security/Tuning)