summary refs log tree commit diff
path: root/db.local
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-08-18 16:44:35 +0000
committerBen Harris <ben@tilde.team>2019-08-18 16:44:35 +0000
commitd55bd3fc79d319af1c05680cab1bcf79f52bf5cf (patch)
tree968bd1a8793f3b6dbab1b55c1b0ba0def4308294 /db.local
init
Diffstat (limited to 'db.local')
-rw-r--r--db.local14
1 files changed, 14 insertions, 0 deletions
diff --git a/db.local b/db.local
new file mode 100644
index 0000000..2f272d4
--- /dev/null
+++ b/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