|
|
| |
DNSCheck::Test::Host(3) |
User Contributed Perl Documentation |
DNSCheck::Test::Host(3) |
DNSCheck::Test::Host - Test host names and addresses
Test host names and addresses. The following tests are made:
- Hostnames may contain the characters a-z, 0-9 and -.
- Last character of hostname must not be a minus sign.
- Host address must exist.
- Hostname must nu point to a CNAME.
- All host addresses (IPv4 and IPv6) must be valid.
test(parent, hostname);
host_syntax(hostname);
DNSCheck, DNSCheck::Logger, DNSCheck::Test::Address
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |