I have pdns 3.4.7, and recursor 3.7.3 
recursor.conf is: 

local-address=127.0.0.1 
local-port=5300 
log-common-errors=yes 
quiet=yes 
setgid=pdns 
setuid=pdns 
trace=off 

pdns.conf: 
daemon=yes 
guardian=yes 
include-dir=/etc/powerdns/pdns.d 
launch= 
local-address=0.0.0.0 
setgid=pdns 
setuid=pdns 
launch=gmysql 
# gmysql parameters 
gmysql-host=localhost 
gmysql-port=3306 
gmysql-dbname=XXXX 
gmysql-user=XXXX 
gmysql-password=XXXXX 
gmysql-dnssec=no 
recursor=127.0.0.1:5300 

I have a wildcard CNAME record in my dns. When I disable recursion in my pdns 
server the wildcard record works. When I have recursion on, it tries to recurse 
that record, even if the local host is the only listed NS record. 

Is this expected behavior or am I missing something? 

Mike Eklund 
_______________________________________________
Pdns-users mailing list
[email protected]
https://mailman.powerdns.com/mailman/listinfo/pdns-users

Reply via email to