]> the.earth.li Git - autodns.git/blobdiff - autodns.conf
Allow adding of new users via email.
[autodns.git] / autodns.conf
index b320c27de9dbbcdb6e53b5b37f9bd0ad09e2edad..f221cc8a3e74058a8a2f60fa0c089efd490660a1 100644 (file)
@@ -29,3 +29,13 @@ $lockfile="/etc/bind/autodns.lck";
 
 # The command to reload the nameserver domains list.
 $reload_command="sudo ndc reconfig 2>&1";
+
+# When we consider a signature to have expired and so to be rejected.
+# Intended to help prevent reply attacks. Value is in seconds and the 
+# signature can be +/- this many seconds from current time before being
+# rejected.
+$expiry = 7200;
+
+# The directory that secondary zone files live in; we'll create <username>
+# directorys underneath this.
+$zonefiledir = "/var/cache/bind/secondary";