summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/reverse
diff options
context:
space:
mode:
authorDerek Jennings <djennings@mageia.org>2013-08-29 20:37:16 +0100
committerDerek Jennings <djennings@mageia.org>2013-08-30 17:31:45 +0100
commit22c26059136870dcbcf7855625afbd2f081c45ea (patch)
treefd8cdee1d254a404c930eb5065a9ffad71d4b9cc /dns_wizard/scripts/reverse
parent59cdae8a04c92e74c5f03b16d41452cacb522697 (diff)
downloaddrakwizard-22c26059136870dcbcf7855625afbd2f081c45ea.tar
drakwizard-22c26059136870dcbcf7855625afbd2f081c45ea.tar.gz
drakwizard-22c26059136870dcbcf7855625afbd2f081c45ea.tar.bz2
drakwizard-22c26059136870dcbcf7855625afbd2f081c45ea.tar.xz
drakwizard-22c26059136870dcbcf7855625afbd2f081c45ea.zip
add templates from bind
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.