=====
 DNS 
=====
| 

about
-----
| 

:author:  Bart Thate <bart@gozerbot.org>
:contact: IRCNET/#dunkbots
:website: http://plugins.gozerbot.org
:license: Public Domain
 
| 

description
-----------
| 

do ip or host lookup

| 

commands
--------
| 


1) dns

    look up an ip or hostname

    ::

        <user> !dns gozerbot.org
        <output> gozerbot.org resolves to: 213.196.7.59

2) hexip

    return the hex ip notation of an ip, or vice versa

    ::

        <user> !hexip 7F000001
        <output> ipv4 ip 127.0.0.1 resolves to localhost

3) host

    get hostname for ip

    ::

        <user> !host 194.109.129.219
        <output> irc.xs4all.nl

4) ip

    show ip number of host

    ::

        <user> !ip irc.xs4all.nl
        <output> 194.109.129.219
