Add $ORIGIN directive and
This commit is contained in:
parent
21ffc24acf
commit
62b162b571
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
;
|
;
|
||||||
|
|
||||||
$TTL 3600
|
$TTL 3600
|
||||||
|
$ORIGIN <%= zone %>.
|
||||||
<% master.each do |m| -%>
|
<% master.each do |m| -%>
|
||||||
@ IN SOA <%= m['name'] %>. root.<%= zone %>. (
|
@ IN SOA <%= m['name'] %>. root.<%= zone %>. (
|
||||||
<%= Time.now.to_i %> ; Serial
|
<%= Time.now.to_i %> ; Serial
|
||||||
|
|
Loading…
Add table
Reference in a new issue