DIG

WebHome | UnixGeekTools | Geekfarm | About This Site

An excellent tool for DNS.

Pointers

Examples

    dig @server name type

    dig @217.115.138.24 google.com ANY

installing dig

    $ tar zxvf bind-9.3.2.tar.gz
    $ cd bind-9.3.2
    $ ./configure
    $ make -C lib/dns
    $ make -C lib/isc
    $ make -C lib/bind9
    $ make -C lib/isccfg
    $ make -C lib/lwres
    $ cd bin/dig
    $ make
    $ su
    # make install



Updated Sun Jul 23, 2006 12:10 PM