diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | rules.d/psd | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,5 @@ NAME = mandi -VERSION = 1.2 +VERSION = 1.3 all: (cd src; make) @@ -1,3 +1,6 @@ +1.3 +- replace obsolete state module with conntrack (mga#8225) + 1.2: - adapt to new ipset syntax diff --git a/rules.d/psd b/rules.d/psd index c4c5d96..18c5abe 100644 --- a/rules.d/psd +++ b/rules.d/psd @@ -1 +1 @@ -iptables -A Ifw -m state --state NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN +iptables -A Ifw -m conntrack --ctstate NEW,INVALID -m psd --psd-weight-threshold 10 --psd-delay-threshold 10000 --psd-lo-ports-weight 2 --psd-hi-ports-weight 1 -j IFWLOG --log-prefix SCAN |