X-Git-Url: https://the.earth.li/gitweb/?p=autodns.git;a=blobdiff_plain;f=autodns.conf;fp=autodns.conf;h=56e09f811cbc515628de71495675687200f0649b;hp=b320c27de9dbbcdb6e53b5b37f9bd0ad09e2edad;hb=b3a4e4c944a9535aaf39fe414d76171b4169bd6b;hpb=8ecbe90f448e63afd96cd1654bf5a5ba84e1f805 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;