summaryrefslogtreecommitdiff
path: root/extra/bind/localhost.zone
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bind/localhost.zone')
-rw-r--r--extra/bind/localhost.zone10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/bind/localhost.zone b/extra/bind/localhost.zone
new file mode 100644
index 000000000..e3ff9641c
--- /dev/null
+++ b/extra/bind/localhost.zone
@@ -0,0 +1,10 @@
+$ORIGIN localhost.
+@ 1D IN SOA @ root (
+ 42 ; serial (yyyymmdd##)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum ttl
+
+ 1D IN NS @
+ 1D IN A 127.0.0.1