diff options
Diffstat (limited to 'net/banip/files/README.md')
-rw-r--r-- | net/banip/files/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/banip/files/README.md b/net/banip/files/README.md index 4f4300a01..fef0e9caa 100644 --- a/net/banip/files/README.md +++ b/net/banip/files/README.md @@ -154,9 +154,9 @@ Available commands: | ban_logreadfile | option | /var/log/messages | alternative location for parsing the log file, e.g. via syslog-ng, to deactivate the standard parsing via logread | | ban_autodetect | option | 1 | auto-detect wan interfaces, devices and subnets | | ban_debug | option | 0 | enable banIP related debug logging | -| ban_icmplimit | option | 10 | treshold in number of packets to detect icmp DDoS in prerouting chain | -| ban_synlimit | option | 10 | treshold in number of packets to detect syn DDoS in prerouting chain | -| ban_udplimit | option | 100 | treshold in number of packets to detect udp DDoS in prerouting chain | +| ban_icmplimit | option | 10 | threshold in number of packets to detect icmp DDoS in prerouting chain. A value of '0' disables this safeguard | +| ban_synlimit | option | 10 | threshold in number of packets to detect syn DDoS in prerouting chain. A value of '0' disables this safeguard | +| ban_udplimit | option | 100 | threshold in number of packets to detect udp DDoS in prerouting chain. A value of '0' disables this safeguard | | ban_logprerouting | option | 0 | log supsicious packets in the prerouting chain | | ban_loginput | option | 0 | log supsicious packets in the wan-input chain | | ban_logforwardwan | option | 0 | log supsicious packets in the wan-forward chain | |