t/10-dnsvi.t
changeset 96 a1d10088dc1d
parent 95 da5ca0b73fda
equal deleted inserted replaced
95:da5ca0b73fda 96:a1d10088dc1d
    98 	CNAME => {
    98 	CNAME => {
    99 	    'proxy.mm.frey.example.com.' => ['uxa.frey.example.com.'],
    99 	    'proxy.mm.frey.example.com.' => ['uxa.frey.example.com.'],
   100 	    'portal.mm.frey.example.com.'=> ['uxb.frey.example.com.'],
   100 	    'portal.mm.frey.example.com.'=> ['uxb.frey.example.com.'],
   101 	},
   101 	},
   102     },
   102     },
       
   103     dkim => {
       
   104 	RRSETS => 2,
       
   105 	TXT => { 'k1._domainkey.km21.de.' => ['"v=DKIM1; k=rsa; p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AM"'] },
       
   106 	SOA => 1,
       
   107     }
   103 );
   108 );
   104 
   109 
   105 # uniq list of rrtypes we want to test
   110 # uniq list of rrtypes we want to test
   106 my @sets = do {
   111 my @sets = do {
   107     my %h;
   112     my %h;