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: Difference between revisions

From ZNC
Jump to navigation Jump to search
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..."
 
>Efreak
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
[[Category:External Modules]]
[[Category:External Modules]]
{{External Module}}
{{External Module}}
=This module is no longer being maintained.=
This global module resolves hostnames.
This global module resolves hostnames.


== Getting the Code ==
== Getting the Code ==
The code for this module can be found in my [http://dead.sexypenguins.com/~efreak/znc/dns.cpp git repo] or [[DNS/Source|on the wiki]]
The code for this module can be found in my [https://github.com/Efreak/ZNC-Modules github] or [[DNS/Source|on the wiki]]


== Usage ==
== Usage ==

Latest revision as of 03:06, 11 December 2012

This module is no longer being maintained.

This global module resolves hostnames.

Getting the Code

The code for this module can be found in my github 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.