[Pdns-users] Subdomain delegation

Dan Glass dan at nameplanet.com
Thu Aug 12 01:20:55 UTC 2004


Further information.
 
Adding the same line to ICS BIND returns correct results, even when the
wildcard CNAME is there:

*       in      cname   sd1.domain.com.
test    ns      york.otherdomain.com.

Removing the wildcard in PowerDNS corrects the problem.

Profiler trace:
select content,ttl,prio,type,domain_id,name from records where
name='test.abeyta.net'
=> york.otherdomain.com	1800	0	NS	10	test.mydomain.com

select content,ttl,prio,type,domain_id,name from records where
name='*.abeyta.net'
=> sd1.domain.com	7200	0	CNAME	1000016	*.mydomain.com

>From this, I can conclude that it is ignoring the NS record returned.



More information about the Pdns-users mailing list