Project

General

Profile

Download (272 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 %>
(6-6/6)