dbot/modules/dns
2013-07-28 12:23:06 +00:00
..
dns.js poll uses event.rUser [#511] 2013-06-27 18:26:54 +00:00
README.md add basic dns function thingies 2013-03-21 18:29:18 +00:00
strings.json Full set of Italian translations from gian-maria.daffre@giammi.com 2013-07-28 12:23:06 +00: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.