Project

General

Profile

Download (285 Bytes) Statistics
| Branch: | Tag: | Revision:
$TTL <%= @ttl %>
@ IN SOA <%= @soa %>. <%= @_contact %> (
<%= @serial %> ;Serial
<%= @refresh %> ;Refresh
<%= @update_retry %> ;Retry
<%= @expire %> ;Expire
<%= @negttl %> ;Negative caching TTL
)

@ IN NS <%= @soa %>.
<% if ! @reverse %>
<%= @soa %>. IN A <%= @soaip %>
<% end %>
(5-5/5)