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
Jump to navigation
Jump to search
>Efreak m update to github |
>Efreak No edit summary |
||
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. | ||
Latest revision as of 03:06, 11 December 2012
This is an external module. Please note that it may or may not work with the current release (1.9.1). This module is not included in the default ZNC installation, and you will need to manually compile it before you can load this module. Contact the author if you have any questions, but feel free to ask in #znc on Libera.Chat. Someone might be able to help you there. |
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.