changeset 2523:a3a18d09ae8a

mod_firewall: Also handle HTTPS for lists
author Matthew Wild <mwild1@gmail.com>
date Mon, 20 Feb 2017 09:26:27 +0000
parents 72cbec103709
children 0404476ecfe3
files mod_firewall/definitions.lib.lua
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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