diff options
-rw-r--r-- | awall/modules/filter.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/modules/filter.lua b/awall/modules/filter.lua index bdf6ae6..a97b9b3 100644 --- a/awall/modules/filter.lua +++ b/awall/modules/filter.lua @@ -27,7 +27,7 @@ function RelatedRule:servoptfrags() local helper = sdef['ct-helper'] if helper then helpers[helper] = { - opts='-m conntrack --ctstate RELATED --helper '..helper + opts='-m conntrack --ctstate RELATED -m helper --helper '..helper } end end |