reverse_ns: Reverse Nameserver

Description Usage Arguments Value References Examples

Description

The Reverse Name Server API provides a list of domain names that share the same primary or secondary name server. You can request a name server directly, or you can provide a domain name and the API will provide the list of domain names pointed to the same name servers as those listed as the primary and secondary name servers on the domain name you requested.

Usage

1
reverse_ns(domain, limit = NULL)

Arguments

domain

domain to perform the query on

limit

Limits the size of the domain list than can appear in a response.

Value

a list of result detais for the domain

References

http://www.domaintools.com/resources/api-documentation/reverse-name-server/

Examples

1
reverse_ns("domaintools.net")

hrbrmstr/domaintools documentation built on May 17, 2019, 4:56 p.m.