Page 1 of 1

How to disable /dns irc.mynet.net from chatters

Posted: Sun Jan 28, 2007 6:11 am
by OpEn
Dear Helpers,
Could you please tell me how to disable /dns from chatters or even IRCops?

when i type /dns irc.mynet.net it shows :
* Dns resolving irc.mynet.net
-
* Dns resolved irc.mynet.net to 00.00.000.00.
Thank you so much in advance

Posted: Sun Jan 28, 2007 9:59 am
by Grunt
That's a mIRC command, and it has nothing to do with your server.

Look at what the server DNS command does (use /quote DNS or /raw DNS):

Code: Select all

 Returns information about the IRC server's DNS cache.
 Note, since most clients have a builtin DNS command,
 you will most likely need to use /raw DNS to use this.
 There are also 2 other variants:
 'DNS l' will show you the DNS cache entries
 'DNS i' will give you details about the nameserver config

Posted: Sun Jan 28, 2007 6:24 pm
by Stealth
Why would you want to stop people from getting the IP of your server?

Posted: Sun Jan 28, 2007 9:49 pm
by OpEn
Hi Grunt
Thank you so much for your help.
Stealth :
Why would you want to stop people from getting the IP of your server
Just want to know how to disable it :)

Posted: Sun Jan 28, 2007 10:02 pm
by Stealth
Users need the IP of your server in order to connect to it. If you don't want people having your IP, then don't run a server.

Posted: Thu Feb 01, 2007 12:31 pm
by GhosT
If they are normal users:
/raw dns irc.mynet.net
[19:53] -> Server: dns irc.mynet.net
-
Permission Denied- You do not have the correct IRC operator privileges

Posted: Thu Feb 01, 2007 6:38 pm
by Stealth
That is something completely different. Read the monual for what it is.

Normal users should not have access to that command at all, it is an oper command.

Opers will see that information with or without access to the command, becuase it's the cache of IPs that have connected to your server. It also gives the DNS information of the server the IRCd is running on. If you don't want your opers seeing that information, then don't give them oper.

Posted: Wed Feb 07, 2007 4:39 am
by OpEn
Thank you Stealth,
Yes that what i thought,, normal chatters should not have access to this such thing :) , but i wasnt sure .