GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
App::Netdisco::Util::DNS(3) User Contributed Perl Documentation App::Netdisco::Util::DNS(3)

App::Netdisco::Util::DNS

A set of helper subroutines to support parts of the Netdisco application.

There are no default exports, however the ":all" tag will export all subroutines.

Given an IP address (either IPv4 or IPv6), return the canonical hostname.

%opts can override the various timeouts available in Net::DNS::Resolver:

"tcp_timeout": 120 (seconds)
"udp_timeout": 30 (seconds)
"retry": 4 (attempts)
"retrans": 5 (timeout)

Returns "undef" if no PTR record exists for the IP.

Given a host name will return the first IPv4 address.

Returns "undef" if no A record exists for the name.

2022-06-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.