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
DNSCheck::Test::Address(3) User Contributed Perl Documentation DNSCheck::Test::Address(3)

DNSCheck::Test::Address - Test for valid IP addresses

Tests for valid (and resonable) IP addresses. The following tests are made:
  • Addresses must be syntactically correct.
  • Private IPv4 Addresses (RFC 1918) must not be used.
  • Special-Use IPv4 Addresses (RFC 3330) must not be used.
  • Special-Use IPv6 Addresses must not be used.
  • There should exist a PTR record for the address.
  • The hostname(s) pointed to by the PTR record(s) should exist.

test(parent, address);

    use DNSCheck;

DNSCheck, DNSCheck::Logger
2010-06-29 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.