From 1d160990d9ba0b340b40f65591378b5759615a2d Mon Sep 17 00:00:00 2001 From: Al Beano Date: Sat, 9 Sep 2017 18:22:24 +0100 Subject: [PATCH] Faster refresh times --- bin/writezone.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/writezone.pl b/bin/writezone.pl index 66ed4ad..82db75c 100755 --- a/bin/writezone.pl +++ b/bin/writezone.pl @@ -29,10 +29,10 @@ END say $out "@ 1D IN SOA $conf->{ns} $conf->{responsible} ("; say $out time; say $out <<'END'; -3H ; refresh +1800 ; refresh 15 ; retry 604800 ; expire -3h ; nxdomain ttl +1h ; nxdomain ttl ) END