aboutsummaryrefslogtreecommitdiffstats
path: root/test.db
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2016-11-04 23:42:34 +0100
committertv <tv@krebsco.de>2016-11-04 23:42:34 +0100
commitd63a423abbfa2789024ddec4d3585d154610c958 (patch)
tree515f41c96fe5d36065db155a79291c1a3e14a6e1 /test.db
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"
+ }
+ ]
+ }