I was just looking up NET::DNS on the web and I noticed the the NET::DNS::RESOLVER can be used to do something like this:
@nameservers = $res->nameservers; $res->nameservers('192.168.1.1', '192.168.2.2', '192.168.3.3');
Gets or sets the nameservers to be queried.
Is there anyway to just set the nameserver to be queried?
you could hack the code in DNS.pm easily enough.. however, SA will use it for ALL of it's DNS queries.. MX records, dnsbls, PTR lookups, everything.
