X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=b1987b38b3dddd1a073b761b3a59d13ee246bb7c;hb=e1865af4bbc397337b7144cfaf22f86cdf4e09d4;hp=032e9dab4996e0d29ac6607d690bcf2704ba317d;hpb=6aca5b1015704ea66fc5fc41d05a3b88841e950f;p=nsc-5.git diff --git a/README b/README index 032e9da..b1987b3 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Domain Name Server Configuration Utilities -- NSC 4.0 - (c) 1997--2011 Martin Mares + (c) 1997--2019 Martin Mares ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ @@ -216,7 +216,7 @@ H(host) ADDR(addr...) Specify addresses for the current host. In the normal mode, it - creates A records, in the reverse mode, PTR records. + creates A/AAAA records, in the reverse mode, PTR records. H(host, addr...) A shortcut for H(host) ADDR(addr...) -- in many cases everything @@ -443,7 +443,17 @@ CAVEAT: The backward-compatible IPv6 address syntax with ":v.w.x.y" at the end is not supported. All other syntaxes and quirks hopefully are. -8. Interaction with M4 +8. DNSSEC support +~~~~~~~~~~~~~~~~~ +FIXME: Write real docs! + +bin/key-gen example.com +bin/key-gen -f KSK example.com +bin/key-update +keys/resign-stamp + + +9. Interaction with M4 ~~~~~~~~~~~~~~~~~~~~~~ All config files are fully-fledged M4 scripts, so you can use any M4 features you need, the most helpful one being definition of your own macros by