]> the.earth.li Git - autodns.git/blobdiff - autodns.conf
Allow adding of new users via email.
[autodns.git] / autodns.conf
index 56e09f811cbc515628de71495675687200f0649b..f221cc8a3e74058a8a2f60fa0c089efd490660a1 100644 (file)
@@ -35,3 +35,7 @@ $reload_command="sudo ndc reconfig 2>&1";
 # 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";