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