X-Git-Url: https://the.earth.li/gitweb/?p=autodns.git;a=blobdiff_plain;f=autodns.conf;h=f221cc8a3e74058a8a2f60fa0c089efd490660a1;hp=56e09f811cbc515628de71495675687200f0649b;hb=aa0756276993cffe800205a321baa6b145082a8a;hpb=b7da774a5471f2ad9c0c32a7ac43519c603c4e81 diff --git a/autodns.conf b/autodns.conf index 56e09f8..f221cc8 100644 --- a/autodns.conf +++ b/autodns.conf @@ -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 +# directorys underneath this. +$zonefiledir = "/var/cache/bind/secondary";