chiark
/
gitweb
/
~mdw
/
zoneconf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
9fe4d06
)
zoneconf.in: Fix the resign interval.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 1 Mar 2012 15:51:26 +0000
(15:51 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 1 Mar 2012 16:00:59 +0000
(16:00 +0000)
The default is not to resign records if there's more than a quarter of
their lives left to live. But that's about 12 hours, and there's no
guarantee they'll be resigned in less than 24 hours. Require an extra
hour for slack.
zoneconf.in
patch
|
blob
|
blame
|
history
diff --git
a/zoneconf.in
b/zoneconf.in
index 21cff51963493f471889794089d3d662e71e1239..7af2845b5e69e602e177cbb773330b4de51819ca 100755
(executable)
--- a/
zoneconf.in
+++ b/
zoneconf.in
@@
-1000,7
+1000,7
@@
define-configuration-space zone ZONECFG {
"-S" \
"-K%h/key" \
"-d%h/ds" \
"-S" \
"-K%h/key" \
"-d%h/ds" \
- "-s-3600" "-e+176400" \
+ "-s-3600" "-e+176400"
"-i90000"
\
"-N%q" \
"-o%z" \
"-f%o" \
"-N%q" \
"-o%z" \
"-f%o" \