|
|
| |
DNSCheck::Lookup::Resolver(3) |
User Contributed Perl Documentation |
DNSCheck::Lookup::Resolver(3) |
DNSCheck::Lookup::Resolver - a recursive DNS resolver for DNSCheck
This module does recursive lookups, and is heavily used by
DNSCheck::Lookup::DNS.
- ->new($parent)
- Creates and configures a new resolver object. The parent object should be
a DNSCheck object, and it will be used to find DNS resolver configuration
information.
- ->get($name, $type, $class, @nameservers)
- Send a DNS query to specified servers.
- ->recurse($name, $type, [$class])
- Do a recursive query. If the class is not specified, it defaults to
IN.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |