aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README22
1 files changed, 22 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..7ecf051
--- /dev/null
+++ b/README
@@ -0,0 +1,22 @@
+DNS management scripts
+======================
+
+these are the scripts i use to manage my DNS zones and Unbound configuration.
+
+quick start:
+
++ the zones are stored in the 'zones/' directory.
++ each zone is an ERB template.
++ to update all zones, run 'make updates-zones'.
++ to display what would be updated without actually update it,
+ run 'make diff'.
+
+the actual update logic is in the Makefile.
+
+requirements:
+
++ bmake (or pmake)
++ getaddrinfo(1)
++ the 'erb' tool (from the 'erb' Ruby gem)
++ nsupdate
++ nsdiff (https://dotat.at/prog/nsdiff/)