changeset 378:3f73ea0fef1c

mod_s2s_auth_dnssec_srv: Google code wiki blah can't have links spanning multiple lines? Pfft!
author Kim Alvefur <zash@zash.se>
date Sat, 29 Jun 2013 22:36:20 +0200
parents 3091da6fa21d
children 6530cf806e20
files mod_s2s_auth_dnssec_srv.wiki
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/mod_s2s_auth_dnssec_srv.wiki	Sat Jun 29 22:34:16 2013 +0200
+++ b/mod_s2s_auth_dnssec_srv.wiki	Sat Jun 29 22:36:20 2013 +0200
@@ -3,16 +3,14 @@
 = 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].
+[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].
+replacement is needed, such as
+[https://github.com/Zash/luaunbound this libunbound and LuaJIT FFI based one].
 
 = Configuration =