Mercurial > prosody-wiki
comparison mod_s2s_auth_dnssec_srv.wiki @ 377:3091da6fa21d
mod_s2s_auth_dnssec_srv: Add wiki page
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 29 Jun 2013 22:34:16 +0200 |
parents | |
children | 3f73ea0fef1c |
comparison
equal
deleted
inserted
replaced
376:87292ed75f0a | 377:3091da6fa21d |
---|---|
1 #summary Secure Delegation using DNS SRV | |
2 | |
3 = Introduction = | |
4 | |
5 This module implements Secure Delegation using DNS SRV as described in | |
6 [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS | |
7 Security Extensions (DNSSEC) and DNS-based Authentication of Named | |
8 Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. | |
9 | |
10 = Dependecies = | |
11 | |
12 This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS | |
13 module does not support DNSSEC. Therefore, to use this module, a | |
14 replacement is needed, such as [https://github.com/Zash/luaunbound this | |
15 libunbound and LuaJIT FFI based one]. | |
16 | |
17 = Configuration = | |
18 | |
19 This module has no options. Just add it to `modules_enabled`; | |
20 | |
21 {{{ | |
22 modules_enabled = { | |
23 ... | |
24 "s2s_auth_dnssec_srv"; | |
25 } | |
26 }}} | |
27 | |
28 = Compatibility = | |
29 | |
30 ||0.9||Works|| | |
31 ||0.8||Doesn't work|| |