Software /
code /
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 |
parent | 2522:72cbec103709 |
child | 2528: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