X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=00b31e5db31e792e29c7e01112fa3a9dbb16d145;hb=771dee6420421c5345ca84f032b0a1b5ab2a79d7;hp=47393e279d1e83ee5e323d67799c3cb5a9be52f8;hpb=e49a8dc54782b0ee3abb791774f857a2f8a49f7f;p=nsc-5.git diff --git a/README b/README index 47393e2..00b31e5 100644 --- a/README +++ b/README @@ -230,6 +230,18 @@ ALIAS(alias...) Generates a series of CNAME records pointing from the aliases to the current host/domain. +TXT(text) + Specify a TXT record for the current host or domain. + +RP(mail, txt) + Specify 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. + +SRV(service, protocol, priority, weight, port, target) + Specify a SRV (service) record for the current host or domain. + CNAME(src, dest) Generate a CNAME record -- "src" points to "dest".