]> mj.ucw.cz Git - nsc-5.git/blobdiff - cf.dist/example.com
Relative names with dots are now allowed if the dots are escaped
[nsc-5.git] / cf.dist / example.com
index 61767834c794af57c0252a65de4e9ad607e1a662..6a575517b8a9397538f67beb6df962d234671319 100644 (file)
@@ -11,22 +11,40 @@ SOA(example.com)
 NS(ns1.example.com, ns2.example.com)
 MX(0 mail.example.com, 10 smtp.example.net)
 
+; The domain also has its own service record for Jabber, handled by the `mail' machine
+
+SRV(jabber, tcp, 0, 1, 5269, mail)
+SRV(xmpp-server, tcp, 0, 1, 5269, mail)
+SRV(xmpp-client, tcp, 0, 1, 5222, mail)
+
+; Responsible person record (e-mail and reference to textual contact information)
+
+RP(admin.example.com, text)
+
 ; A couple of hosts
 
 H(ns1, 10.0.0.1)
 H(ns2, 10.1.0.1)
 H(mail, 10.0.0.2)
+H(name\.with\.dots, 10.0.0.3)
 
 ; A web server with several aliases and MX records
 
-H(www, 10.0.0.3)
+H(www, 10.0.0.4)
 ALIAS(fairytales, scifi, horror)
 MX(0 mail.example.com)
 
-; A subdomain called a.example.com
+; TXT record
+
+H(text)
+TXT(Once upon a midnight dreary)
+TXT(When I pondered weak and weary)
+
+; A subdomain called a.example.com with DNSSEC keys
 
 D(a)
 NS(ns1.example.com, ns2.example.com)
+DS()
 
 ; Another subdomain (b.example.com), but this time one of the nameservers
 ; is inside, so we need to specify a glue record