# HG changeset patch # User Matthew Wild # Date 1487582787 0 # Node ID a3a18d09ae8a9052833a5a5de72923bc452af82a # Parent 72cbec10370905df63ce621a3a7ea6efc38040ab mod_firewall: Also handle HTTPS for lists diff -r 72cbec103709 -r a3a18d09ae8a mod_firewall/definitions.lib.lua --- a/mod_firewall/definitions.lib.lua Mon Feb 20 09:26:16 2017 +0000 +++ b/mod_firewall/definitions.lib.lua Mon Feb 20 09:26:27 2017 +0000 @@ -136,6 +136,7 @@ end; }; }; +list_backends.https = list_backends.http; local function create_list(list_backend, list_def, opts) if not list_backends[list_backend] then