aboutsummaryrefslogtreecommitdiffstats
path: root/test.db
blob: 59a72ee754a61bada09c62d72b449c3f8be0a743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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"
      }
    ]
  }