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-PREFLIGHT(1) User Contributed Perl Documentation DNSCHECK-PREFLIGHT(1)

dnscheck-preflight - quickly check if a name seems to be a delegated domain or not

The dnscheck-preflight script takes a name and tries to figure out if that name corresponds to a delegated domain or not, without taking too much time about it (at least in theory, it should never use more than just over six seconds).

There are no options. The script will print the string TRUE to standard output if it thinks the name is a delegated domain, and the string FALSE otherwise.

A domain will be considered to exist if any of the following is true:

  • An NS record can be found.
  • A SOA record can be found.
  • A query for either of the above gets a SERVFAIL response.
  • A query for either of the above times out.

    dnscheck-preflight iis.se
2022-05-14 perl v5.32.1

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

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