summaryrefslogtreecommitdiffstats
path: root/dns_wizard/scripts/master/localdomain.zone
diff options
context:
space:
mode:
authorDerek Jennings <djennings@mageia.org>2013-08-29 20:37:16 +0100
committerDerek Jennings <djennings@mageia.org>2013-08-29 20:37:16 +0100
commit57b74008c11f72c52e6dcc64e06fab9e3e96eda7 (patch)
treed466af7807f361ee8d667e843ce8df87254981aa /dns_wizard/scripts/master/localdomain.zone
parentc5bc4fe45824e5c55a2fe1f8674e5321e8fc5e3e (diff)
downloaddrakwizard-57b74008c11f72c52e6dcc64e06fab9e3e96eda7.tar
drakwizard-57b74008c11f72c52e6dcc64e06fab9e3e96eda7.tar.gz
drakwizard-57b74008c11f72c52e6dcc64e06fab9e3e96eda7.tar.bz2
drakwizard-57b74008c11f72c52e6dcc64e06fab9e3e96eda7.tar.xz
drakwizard-57b74008c11f72c52e6dcc64e06fab9e3e96eda7.zip
add templates from bind
Diffstat (limited to 'dns_wizard/scripts/master/localdomain.zone')
-rw-r--r--dns_wizard/scripts/master/localdomain.zone10
1 files changed, 10 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
+