summaryrefslogtreecommitdiffstats
path: root/debian/extras/etc/db.local
diff options
context:
space:
mode:
Diffstat (limited to 'debian/extras/etc/db.local')
-rw-r--r--debian/extras/etc/db.local14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/extras/etc/db.local b/debian/extras/etc/db.local
new file mode 100644
index 0000000..2f272d4
--- /dev/null
+++ b/debian/extras/etc/db.local
@@ -0,0 +1,14 @@
+;
+; BIND data file for local loopback interface
+;
+$TTL 604800
+@ IN SOA localhost. root.localhost. (
+ 2 ; Serial
+ 604800 ; Refresh
+ 86400 ; Retry
+ 2419200 ; Expire
+ 604800 ) ; Negative Cache TTL
+;
+@ IN NS localhost.
+@ IN A 127.0.0.1
+@ IN AAAA ::1