We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84bf840 + f786420 commit 8553131Copy full SHA for 8553131
files/db.empty
@@ -1,9 +1,9 @@
1
$TTL 86400
2
@ IN SOA localhost. root.localhost. (
3
1 ; Serial
4
- 604800 ; Refresh
5
- 86400 ; Retry
6
- 2419200 ; Expire
7
- 86400 ) ; Negative Cache TTL
+ 60 ; Refresh
+ 30 ; Retry
+ 300 ; Expire
+ 10 ) ; Negative Cache TTL
8
;
9
@ IN NS localhost.
templates/zone.conf.erb
@@ -14,7 +14,9 @@ zone "<%= @_domain %>" {
14
<%- else -%>
15
file "<%= @cachedir %>/<%= @name %>/<%= @_domain %>";
16
<%- end -%>
17
+<%- unless @zone_type == 'stub' -%>
18
notify <%= @ns_notify ? 'yes' : 'no' %>;
19
+<%- end -%>
20
<%- if @also_notify and @also_notify != '' -%>
21
also-notify {
22
<%- Array(@also_notify).each do |server| -%>
0 commit comments