summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/reverse
diff options
context:
space:
mode:
Diffstat (limited to 'dns_wizard/scripts/reverse')
-rw-r--r--dns_wizard/scripts/reverse/named.broadcast8
-rw-r--r--dns_wizard/scripts/reverse/named.ip6.local9
-rw-r--r--dns_wizard/scripts/reverse/named.local9
-rw-r--r--dns_wizard/scripts/reverse/named.zero8
4 files changed, 34 insertions, 0 deletions
diff --git a/dns_wizard/scripts/reverse/named.broadcast b/dns_wizard/scripts/reverse/named.broadcast
new file mode 100644
index 00000000..dca18f6f
--- /dev/null
+++ b/dns_wizard/scripts/reverse/named.broadcast
@@ -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.
diff --git a/dns_wizard/scripts/reverse/named.ip6.local b/dns_wizard/scripts/reverse/named.ip6.local
new file mode 100644
index 00000000..4e0eb5e9
--- /dev/null
+++ b/dns_wizard/scripts/reverse/named.ip6.local
@@ -0,0 +1,9 @@
+$TTL 86400
+@ IN SOA localhost. root.localhost. (
+ 1997022700 ; Serial
+ 28800 ; Refresh
+ 14400 ; Retry
+ 3600000 ; Expire
+ 86400 ) ; Minimum
+ IN NS localhost.
+1 IN PTR localhost.
diff --git a/dns_wizard/scripts/reverse/named.local b/dns_wizard/scripts/reverse/named.local
new file mode 100644
index 00000000..479251ab
--- /dev/null
+++ b/dns_wizard/scripts/reverse/named.local
@@ -0,0 +1,9 @@
+$TTL 86400
+@ IN SOA localhost. root.localhost. (
+ 1997022700 ; Serial
+ 28800 ; Refresh
+ 14400 ; Retry
+ 3600000 ; Expire
+ 86400 ) ; Minimum
+ IN NS localhost.
+1 IN PTR localhost.
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.