Hi,

I am trying to return an SRV record using Lua, but the pdns-recursor does
not seem to parse my return list correctly.

I use the following:

ret={}
ret[1]= {type="SRV", rdata="_http._tcp.<ip address> SRV 0 1 80 <ip
address.>", ttl=1}
return 0, ret

Any help is appreciated.
-- 
View this message in context: 
http://old.nabble.com/Lua-Scripting-tp33323086p33323086.html
Sent from the PowerDNS mailing list archive at Nabble.com.

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

Reply via email to