dbot/modules/dns
2013-05-28 21:24:41 +02:00
..
config.json Add links to existing docs in config.json files [#352] 2013-04-13 15:21:07 +00:00
dns.js remove try catch in favour of boring if(error){} 2013-03-22 15:39:29 +00:00
README.md add basic dns function thingies 2013-03-21 18:29:18 +00:00
strings.json Completed dns module Welsh translations in strings.json 2013-05-28 21:24:41 +02:00

DNS

Performs and reports upon basic DNS functions.

Description

This module utilises the domain name system to discover basic information about domain names and IP addresses.

Commands

~lookup [domain name]

Looks up the specified domain name in the domain name system. If a match is found, the first corresponding A or AAAA record is displayed. #### ~rdns [IP address] Looks up the specified IP address in the domain name system. If a match is found, the first corresponding rDNS domain name is displayed.