summaryrefslogtreecommitdiffstats
path: root/patches/source/bind/caching-example/localhost.zone
diff options
context:
space:
mode:
Diffstat (limited to 'patches/source/bind/caching-example/localhost.zone')
-rw-r--r--patches/source/bind/caching-example/localhost.zone11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/source/bind/caching-example/localhost.zone b/patches/source/bind/caching-example/localhost.zone
new file mode 100644
index 000000000..c47baf5f1
--- /dev/null
+++ b/patches/source/bind/caching-example/localhost.zone
@@ -0,0 +1,11 @@
+$TTL 86400
+$ORIGIN localhost.
+@ 1D IN SOA @ root (
+ 42 ; serial (d. adams)
+ 3H ; refresh
+ 15M ; retry
+ 1W ; expiry
+ 1D ) ; minimum
+
+ 1D IN NS @
+ 1D IN A 127.0.0.1