diff --git a/pdns-dynamic-reverse-backend.py b/pdns-dynamic-reverse-backend.py index 0a836ed..48190ae 100755 --- a/pdns-dynamic-reverse-backend.py +++ b/pdns-dynamic-reverse-backend.py @@ -152,6 +152,8 @@ def parse(fd, out): kind, qname, qclass, qtype, qid, ip = request except: kind, qname, qclass, qtype, qid, ip, their_ip = request + + qname = qname.lower() #debug #print >>out, 'LOG\tPowerDNS sent qname>>%s<< qtype>>%s<< qclass>>%s<< qid>>%s<< ip>>%s<<' % (qname, qtype, qclass, qid, ip)