I make a query with: query = dns.message.make_query(zone, 'DNSKEY', use_edns=True, want_dnssec=True)
but I see with tcpdump that it sets the EDNS payload at 1280. Reading the source, it is because it is the default value for use_edns, which make_query calls without changing the default. Any solution to incrase the payload size, besides changing the source? Version 1.9.2 _______________________________________________ dnspython-users mailing list [email protected] http://howl.play-bow.org/mailman/listinfo.cgi/dnspython-users
