# HG changeset patch # User Matthew Wild # Date 1686240004 -3600 # Node ID fa8435a27f7e0c8d1f5bd7f639151c10d45a284c # Parent 40f8b9cc2065e623806a700899673500ac01e8ef mod_firewall: enable marks by default diff -r 40f8b9cc2065 -r fa8435a27f7e mod_firewall/mod_firewall.lua --- a/mod_firewall/mod_firewall.lua Thu Jun 08 16:59:22 2023 +0100 +++ b/mod_firewall/mod_firewall.lua Thu Jun 08 17:00:04 2023 +0100 @@ -316,7 +316,7 @@ local condition_handlers = module:require("conditions"); local action_handlers = module:require("actions"); -if module:get_option_boolean("firewall_experimental_user_marks", false) then +if module:get_option_boolean("firewall_experimental_user_marks", true) then module:require"marks"; end