Mercurial > prosody-modules
diff mod_firewall/definitions.lib.lua @ 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 | 44a71584521d |
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