X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=aaaac15e0cf7feaf753c8e298090fe91dd72e63f;hb=e71dc5ff75ffd595bf84ec59a69a8e19c2e4df72;hp=89496f93b990dc35bbd92d7350f2aab1e6e209f2;hpb=714fd1c46755d0945d4ecd1aeaada49221046599;p=nsc-5.git diff --git a/README b/README index 89496f9..aaaac15 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ - Domain Name Server Configuration Utilities -- NSC 3.0 + Domain Name Server Configuration Utilities -- NSC 3.0.2 - (c) 1997--2005 Martin Mares + (c) 1997--2008 Martin Mares ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -230,6 +230,15 @@ ALIAS(alias...) Generates a series of CNAME records pointing from the aliases to the current host/domain. +TXT(text) + Generate a TXT record for the current host or domain. + +RP(mail, txt) + Generate a RP (responsible person) record for the current host or domain. + The first argument is a mail address in DNS notation (with `@' replaced + by `.' as in the SOA record), the second one is a name of a TXT record + with contact information. + CNAME(src, dest) Generate a CNAME record -- "src" points to "dest".