X-Git-Url: https://the.earth.li/gitweb/?a=blobdiff_plain;f=autodns.conf;h=56e09f811cbc515628de71495675687200f0649b;hb=be5a95b03d5e32c851c2d28368565c44a2a0cb79;hp=b320c27de9dbbcdb6e53b5b37f9bd0ad09e2edad;hpb=7cff990ef4df44469d5bed817fda2292931a74ae;p=autodns.git diff --git a/autodns.conf b/autodns.conf index b320c27..56e09f8 100644 --- a/autodns.conf +++ b/autodns.conf @@ -29,3 +29,9 @@ $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;