|
|
| |
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.
DNSCheck, DNSCheck::Logger
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |