Mercurial > prosody-wiki
comparison mod_s2s_never_encrypt_blacklist.wiki @ 211:ef34b35b8a73
added second ip option.
author | maranda3985@gmail.com |
---|---|
date | Sat, 03 Sep 2011 00:16:35 +0000 |
parents | 007a1fe5d2d1 |
children | 8935d59dcf86 |
comparison
equal
deleted
inserted
replaced
210:5211b343abc2 | 211:ef34b35b8a73 |
---|---|
12 Then list each host as follow: | 12 Then list each host as follow: |
13 {{{ | 13 {{{ |
14 tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" } | 14 tls_s2s_blacklist = { "host1.tld", "host2.tld", "host3.tld" } |
15 }}} | 15 }}} |
16 | 16 |
17 In the unfortunate case of OpenFire... you can add the Server's ip address directly as it may not send proper rfc6121 requests. | |
18 {{{ | |
19 tls_s2s_blacklist_ip = { "a.a.a.a", "b.b.b.b", "c.c.c.c" } | |
20 }}} | |
21 | |
17 = Compatibility = | 22 = Compatibility = |
18 | 23 |
19 It's supposed to work with 0.7-0.8.x | 24 It's supposed to work with 0.7-0.8.x |