]> mj.ucw.cz Git - nsc-5.git/blobdiff - README
DNSSEC: Key hashes and resign-stamp moved to a separate directory
[nsc-5.git] / README
diff --git a/README b/README
index e7f7a00569a52dd97f901305a0d1a9d7cd3d8d47..24dfd7f90c8ba6af74fb335e96ea388b62b90ab4 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 
             Domain Name Server Configuration Utilities -- NSC 4.0
 
 
             Domain Name Server Configuration Utilities -- NSC 4.0
 
-                   (c) 1997--2011 Martin Mares <mj@ucw.cz>
+                   (c) 1997--2019 Martin Mares <mj@ucw.cz>
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
@@ -216,7 +216,7 @@ H(host)
 
 ADDR(addr...)
                Specify addresses for the current host. In the normal mode, it
 
 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
 
 H(host, addr...)
                A shortcut for H(host) ADDR(addr...) -- in many cases everything
@@ -328,14 +328,9 @@ semicolons, text outside macros is ignored.
 The following variables are available:
 
 NAMED_RESTART_CMD      Shell command for restarting the name server daemon
 The following variables are available:
 
 NAMED_RESTART_CMD      Shell command for restarting the name server daemon
-                       (default: ndc restart)
+                       (default: rndc reload)
 
 
-ROOT                   Root directory of the whole package (default: /etc/named)
 CFDIR                  Directory with config files (default: cf)
 CFDIR                  Directory with config files (default: cf)
-ZONEDIR                        Directory with zone files (default: zone)
-BAKDIR                 Directory with backup files (default: bak)
-HASHDIR                        Directory with zone hashes (default: hash)
-VERSDIR                        Directory with version files (default: var)
 ROOTCACHE              File with the cache of root name servers
 
 REFRESH                        SOA record parameters
 ROOTCACHE              File with the cache of root name servers
 
 REFRESH                        SOA record parameters
@@ -443,7 +438,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.
 
 
 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
 ~~~~~~~~~~~~~~~~~~~~~~
 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