summaryrefslogtreecommitdiff
path: root/etc/bind/db.localhost
diff options
context:
space:
mode:
Diffstat (limited to 'etc/bind/db.localhost')
-rw-r--r--etc/bind/db.localhost15
1 files changed, 15 insertions, 0 deletions
diff --git a/etc/bind/db.localhost b/etc/bind/db.localhost
new file mode 100644
index 00000000000..2bed2a01392
--- /dev/null
+++ b/etc/bind/db.localhost
@@ -0,0 +1,15 @@
+; $OpenBSD: db.localhost,v 1.1 2003/01/20 22:30:13 jakob Exp $
+
+$ORIGIN localhost.
+$TTL 6h
+
+@ IN SOA localhost. root.localhost. (
+ 1 ; serial
+ 1h ; refresh
+ 30m ; retry
+ 7d ; expiration
+ 1h ) ; minimum
+
+ NS localhost.
+ A 127.0.0.1
+ AAAA ::1