summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/127.0.0.rev.default
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2011-06-02 20:51:50 +0000
committerDexter Morgan <dmorgan@mageia.org>2011-06-02 20:51:50 +0000
commitf1d6b8a9d3c06f74e904959887cf043d09aff687 (patch)
tree969cb9fdc3becc19b1f2a21c3a9e3cc2e15f39e6 /dns_wizard/scripts/127.0.0.rev.default
downloaddrakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.gz
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.bz2
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.tar.xz
drakwizard-f1d6b8a9d3c06f74e904959887cf043d09aff687.zip
Branch for updates
Diffstat (limited to 'dns_wizard/scripts/127.0.0.rev.default')
-rw-r--r--dns_wizard/scripts/127.0.0.rev.default17
1 files changed, 17 insertions, 0 deletions
diff --git a/dns_wizard/scripts/127.0.0.rev.default b/dns_wizard/scripts/127.0.0.rev.default
new file mode 100644
index 00000000..97bf97bb
--- /dev/null
+++ b/dns_wizard/scripts/127.0.0.rev.default
@@ -0,0 +1,17 @@
+; default file for 127.0.0.rev (to be used by bind8)
+;
+; setting a local DNS server for a local Class C network
+; with an external DNS referee for non locally resolved address
+;
+; Don't forget to upgrade the Serial number after a change
+;
+@ IN SOA localhost. root.localhost. (
+ 1999070401 ; Serial
+ 28800 ; Refresh
+ 14400 ; Retry
+ 3600000 ; Expire
+ 86400 ) ; Minimum
+ IN NS 127.0.0.1
+ IN NS __hname__.
+
+ 1 IN PTR localhost.