To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

DNS

From ZNC
Revision as of 11:12, 17 December 2011 by DarthGandalf (talk | contribs) (Created page with "Category:External Modules {{External Module}} This global module resolves hostnames. == Getting the Code == The code for this module can be found in my [http://dead.sexyp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This global module resolves hostnames.

Getting the Code

The code for this module can be found in my git repo or on the wiki

Usage

Arguments

This user module takes no arguments.

Read loading modules to learn more about loading modules.

Commands

dns

Gives you the ip address of a hostname.

/msg *dns dns sub.domain.tld

resolve

Same as dns; Gives you the ip address of a hostname.

/msg *dns resolve sub.domain.tld

Can be handy for computers behind a dns cache; it resolves on the host machine, not yours.