Mercurial > prosody-wiki
view mod_s2s_auth_dnssec_srv.wiki @ 404:37502ad2fcb8
Edited wiki page mod_register_json through web user interface.
author | maranda3985@gmail.com |
---|---|
date | Tue, 12 Nov 2013 15:35:42 +0000 |
parents | 3f73ea0fef1c |
children | dc20cb1bb874 |
line wrap: on
line source
#summary Secure Delegation using DNS SRV = Introduction = This module implements Secure Delegation using DNS SRV as described in [http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. = Dependecies = This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS module does not support DNSSEC. Therefore, to use this module, a replacement is needed, such as [https://github.com/Zash/luaunbound this libunbound and LuaJIT FFI based one]. = Configuration = This module has no options. Just add it to `modules_enabled`; {{{ modules_enabled = { ... "s2s_auth_dnssec_srv"; } }}} = Compatibility = ||0.9||Works|| ||0.8||Doesn't work||