summarylogtreecommitdiffstats
path: root/localhost.zone
diff options
context:
space:
mode:
authorAllen Zhong2015-06-08 17:19:02 +0800
committerAllen Zhong2015-06-08 17:19:02 +0800
commit7d2d6a49153365090e277b33af1b7be5107895b2 (patch)
tree0f10cf65226dee74a748d2cf3bc02f68a5be893b /localhost.zone
downloadaur-7d2d6a49153365090e277b33af1b7be5107895b2.tar.gz
migrate from aur3: bind-rl 9.10.1.P1-1
Diffstat (limited to 'localhost.zone')
-rw-r--r--localhost.zone11
1 files changed, 11 insertions, 0 deletions
diff --git a/localhost.zone b/localhost.zone
new file mode 100644
index 000000000000..e87274dabea9
--- /dev/null
+++ b/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