X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=628c7358bb52f9697f1be778b914c81d5e1330f4;hb=5fdd42ff7477dba312833e956e45e375184c033a;hp=aaaac15e0cf7feaf753c8e298090fe91dd72e63f;hpb=e71dc5ff75ffd595bf84ec59a69a8e19c2e4df72;p=nsc-5.git diff --git a/README b/README index aaaac15..628c735 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - Domain Name Server Configuration Utilities -- NSC 3.0.2 + Domain Name Server Configuration Utilities -- NSC 3.1 (c) 1997--2008 Martin Mares @@ -136,6 +136,10 @@ REVERSE(network, primary-files...) You can also use the REV macro explicitly, which can be handy for example in SECONDARY declarations. +FORWARDED(zone, ip...) + Define a forwarding zone. All queries are forwarded to the + specified name servers. + ZONE_OPTIONS(`options; more options; ') @@ -231,14 +235,17 @@ ALIAS(alias...) to the current host/domain. TXT(text) - Generate a TXT record for the current host or domain. + Specify a TXT record for the current host or domain. RP(mail, txt) - Generate a RP (responsible person) record for the current host or domain. + 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".