changeset 459:7261117fcf19

Link to Zash's guide
author MWild1@gmail.com
date Mon, 19 May 2014 10:31:17 +0000
parents af6a790e42b6
children 7204e7a78478
files mod_s2s_auth_dane.wiki
diffstat 1 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mod_s2s_auth_dane.wiki	Mon May 19 10:30:22 2014 +0000
+++ b/mod_s2s_auth_dane.wiki	Mon May 19 10:31:17 2014 +0000
@@ -1,17 +1,19 @@
 #summary S2S authentication using DANE
-#labels Stage-Alpha, Type-S2SAuth
+#labels Stage-Alpha,Type-S2SAuth
 
 = Introduction =
 
 This module implements DANE 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 =
+= Dependencies =
 
 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://www.zash.se/luaunbound.html this one].
 
+More installation instructions can be found at [https://www.zash.se/prosody-dane.html Prosody with DANE].
+
 = Configuration =
 
 After [https://prosody.im/doc/installing_modules installing the module], just add it to `modules_enabled`;
@@ -55,4 +57,4 @@
 
 = Compatibility =
 
-Requires 0.9 or above.
+Requires 0.9 or above.
\ No newline at end of file