t/10-dnsvi.t
changeset 67 760a2752983c
parent 65 0f7e871c4672
child 95 da5ca0b73fda
equal deleted inserted replaced
66:04e08079f218 67:760a2752983c
    82         TXT    => 5,
    82         TXT    => 5,
    83         AAAA   => 0,
    83         AAAA   => 0,
    84         MX     => 2,
    84         MX     => 2,
    85     },
    85     },
    86     'frey-1' => {
    86     'frey-1' => {
    87 	RRSETS => 5,
    87 	RRSETS => 6,
    88 	SOA => { 'example.com.' => ['p.example.com. hostmaster.example.com. 47 3600 900 604800 300'] },
    88 	SOA => { 'example.com.' => ['p.example.com. hostmaster.example.com. 47 3600 900 604800 300'] },
    89 	A => { 'p.example.com.' => ['1.1.1.1'] },
    89 	A => { 'p.example.com.' => ['1.1.1.1', '2.2.2.2'] },
    90 	NS => { 'example.com.' => ['p.example.com.'] },
    90 	NS => { 'example.com.' => ['p.example.com.'] },
    91 	CNAME => {
    91 	CNAME => {
    92 	    'proxy.mm.frey.example.com.' => ['uxa.frey.example.com.'],
    92 	    'proxy.mm.frey.example.com.' => ['uxa.frey.example.com.'],
    93 	    'portal.mm.frey.example.com.'=> ['uxb.frey.example.com.'],
    93 	    'portal.mm.frey.example.com.'=> ['uxb.frey.example.com.'],
    94 	},
    94 	},