diff mod_s2s_never_encrypt_blacklist/mod_s2s_never_encrypt_blacklist.lua @ 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 0a78ac54bd03
children 7dbde05b48a9
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", {})