Hi. I'm trying to setup a resolver object with "checking disabled", to
avoid dnssec checks.
In the docs it seems to be a "cdflag" which must be set in addition
to "dnssec", but it's not working.
Reading the source, it seems to be that "cdflag" is not promoted as a
"public_attr". I added a single line:
--------
@@ -151,7 +151,6 @@
persistent_udp
dnssec
ignqrid
+ cdflag
);
--------
in Resolver/Base.pm ($Id: Base.pm 1094 2012-12-27 21:35:09Z willem), and
now works.
Regards,
Hugo