diff options
Diffstat (limited to 'dns_wizard/scripts/reverse/named.zero')
-rw-r--r-- | dns_wizard/scripts/reverse/named.zero | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dns_wizard/scripts/reverse/named.zero b/dns_wizard/scripts/reverse/named.zero new file mode 100644 index 00000000..dca18f6f --- /dev/null +++ b/dns_wizard/scripts/reverse/named.zero @@ -0,0 +1,8 @@ +$TTL 86400 +@ IN SOA localhost. root.localhost. ( + 42 ; serial (d. adams) + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + IN NS localhost. |