aboutsummaryrefslogtreecommitdiffstats
path: root/test.db
diff options
context:
space:
mode:
Diffstat (limited to 'test.db')
-rw-r--r--test.db22
1 files changed, 22 insertions, 0 deletions
diff --git a/test.db b/test.db
new file mode 100644
index 0000000..59a72ee
--- /dev/null
+++ b/test.db
@@ -0,0 +1,22 @@
+Database
+ { recordSet = fromList
+ [ ResourceRecord
+ { rrname = "test.lol.local."
+ , rrtype = A
+ , rrttl = 300
+ , rdata = RD_A 127.2.0.1
+ }
+ , ResourceRecord
+ { rrname = "test.lol.local."
+ , rrtype = A
+ , rrttl = 300
+ , rdata = RD_A 127.2.0.2
+ }
+ , ResourceRecord
+ { rrname = "test.lol.local."
+ , rrtype = TXT
+ , rrttl = 300
+ , rdata = RD_TXT "test"
+ }
+ ]
+ }