Added contact parameter for autogenerated dns zones
This commit is contained in:
parent
8b70966a7d
commit
aa9dc23e73
2 changed files with 12 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
$TTL 3600
|
||||
$ORIGIN <%= zone %>.
|
||||
<% master.each_pair do |k, v| %>
|
||||
@ IN SOA <%= v['ns'] %>. hostmaster.<%= zone %>. (
|
||||
@ IN SOA <%= v['ns'] %>. <%= soacontact %>. (
|
||||
<%= Time.now.to_i %> ; Serial
|
||||
3600 ; Refresh
|
||||
7200 ; Retry
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue