Tighten up the timing in db.empty
stub and slave zones need to be overwritten with data from their master server in a reasonable timeframe. Drop all of the intervals in the db.empty SOA down to sub-minute values to speed convergence.
This commit is contained in:
+4
-4
@@ -1,9 +1,9 @@
|
||||
$TTL 86400
|
||||
@ IN SOA localhost. root.localhost. (
|
||||
1 ; Serial
|
||||
604800 ; Refresh
|
||||
86400 ; Retry
|
||||
2419200 ; Expire
|
||||
86400 ) ; Negative Cache TTL
|
||||
60 ; Refresh
|
||||
30 ; Retry
|
||||
300 ; Expire
|
||||
10 ) ; Negative Cache TTL
|
||||
;
|
||||
@ IN NS localhost.
|
||||
|
||||
Reference in New Issue
Block a user