diff options
author | tv <tv@krebsco.de> | 2016-11-04 23:42:34 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2016-11-04 23:42:34 +0100 |
commit | d63a423abbfa2789024ddec4d3585d154610c958 (patch) | |
tree | 515f41c96fe5d36065db155a79291c1a3e14a6e1 /test.db |
Diffstat (limited to 'test.db')
-rw-r--r-- | test.db | 22 |
1 files changed, 22 insertions, 0 deletions
@@ -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" + } + ] + } |