Software /
code /
prosody-modules
Changeset
930:c08b424583c3
mod_s2s_never_encrypt_blacklist: complete missing banner.
author | Marco Cirillo <maranda@lightwitch.org> |
---|---|
date | Tue, 12 Mar 2013 19:05:59 +0100 |
parents | 929:9eefbaba274d |
children | 931:e20e94d75fe3 |
files | mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua Tue Mar 12 19:05:03 2013 +0100 +++ b/mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua Tue Mar 12 19:05:59 2013 +0100 @@ -1,4 +1,5 @@ -- Filter out servers which gets choppy and buggy when it comes to starttls. +-- (C) 2011-2013, Marco Cirillo (LW.Org) local bad_servers = module:get_option_set("tls_s2s_blacklist", {}) local bad_servers_ip = module:get_option_set("tls_s2s_blacklist_ip", {})