aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--awall/modules/notrack.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/awall/modules/notrack.lua b/awall/modules/notrack.lua
index 6ae893c..a6259d3 100644
--- a/awall/modules/notrack.lua
+++ b/awall/modules/notrack.lua
@@ -18,7 +18,7 @@ function NoTrackRule:table() return 'raw' end
function NoTrackRule:target()
if self.action then return model.Rule.target(self) end
- return 'NOTRACK'
+ return 'CT --notrack'
end