X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=cf.dist%2Fexample.com;h=b5e900c68df21af2f3ef4ba37cd97463f8ba3f0f;hb=57e60f9a9bd96a6cd81651dfd8b833ea82c509c6;hp=d0f01a84663cda47f924b1c98a40bdc1271a2e86;hpb=e71dc5ff75ffd595bf84ec59a69a8e19c2e4df72;p=nsc-5.git diff --git a/cf.dist/example.com b/cf.dist/example.com index d0f01a8..b5e900c 100644 --- a/cf.dist/example.com +++ b/cf.dist/example.com @@ -11,6 +11,16 @@ 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) @@ -23,19 +33,17 @@ H(www, 10.0.0.3) ALIAS(fairytales, scifi, horror) MX(0 mail.example.com) -; Hosts with TXT and RP records +; TXT record -H(c) +H(text) TXT(Once upon a midnight dreary) TXT(When I pondered weak and weary) -H(d) -RP(admin.example.com, c) - -; A subdomain called a.example.com +; 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