summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/master/localhost.zone
diff options
context:
space:
mode:
Diffstat (limited to 'dns_wizard/scripts/master/localhost.zone')
-rw-r--r--dns_wizard/scripts/master/localhost.zone12
1 files changed, 12 insertions, 0 deletions
diff --git a/dns_wizard/scripts/master/localhost.zone b/dns_wizard/scripts/master/localhost.zone
new file mode 100644
index 00000000..61b70d6a
--- /dev/null
+++ b/dns_wizard/scripts/master/localhost.zone
@@ -0,0 +1,12 @@
+$TTL 86400
+@ IN SOA @ root (
+ 42 ; serial (d. adams)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum
+
+ IN NS @
+ IN A 127.0.0.1
+ IN AAAA ::1
+