summaryrefslogtreecommitdiff
path: root/db.test
diff options
context:
space:
mode:
Diffstat (limited to 'db.test')
-rw-r--r--db.test13
1 files changed, 13 insertions, 0 deletions
diff --git a/db.test b/db.test
new file mode 100644
index 0000000..c2e2879
--- /dev/null
+++ b/db.test
@@ -0,0 +1,13 @@
+$ORIGIN .
+$TTL 300 ; 5 minutes
+test IN SOA localhost. root.localhost. (
+ 1 ; serial
+ 604800 ; refresh (1 week)
+ 86400 ; retry (1 day)
+ 2419200 ; expire (4 weeks)
+ 300 ; minimum (5 minutes)
+ )
+ NS localhost.
+$ORIGIN test.
+$TTL 10 ; 10 seconds
+myservice TXT ""