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