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