mod_firewall: enable marks by default
authorMatthew Wild <mwild1@gmail.com>
Thu, 08 Jun 2023 17:00:04 +0100
changeset 5543 fa8435a27f7e
parent 5542 40f8b9cc2065
child 5544 1249ab2f797c
mod_firewall: enable marks by default
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