mod_s2s_never_encrypt_blacklist: complete missing banner.
authorMarco Cirillo <maranda@lightwitch.org>
Tue, 12 Mar 2013 19:05:59 +0100
changeset 930 c08b424583c3
parent 929 9eefbaba274d
child 931 e20e94d75fe3
mod_s2s_never_encrypt_blacklist: complete missing banner.
mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua
--- 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", {})