Set the DNS reverse lookup mode that is performed for anonymous connections.
See also /GetDNSLookupAnon.
Chatcmd ServerList /SetDNSLookupAnon={DISABLED | ATTEMPT | REQUIRED}
| ServerList | This switch supports multiple servers in its command line. To ensure complete setting and retrieval of information, all applicable servers should be listed, in the form Server1,Server2,Server3¼. |
| DISABLED | Disable any DNS lookup. |
| ATTEMPT | Attempt a DNS lookup while permitting a connection on failure (the raw IP address is used as the DNS). |
| REQUIRED | The DNS lookup must return a valid DNS address. |
chatcmd myserv01 /setdnslookupanon=disabled | |
| Sets the DNS reverse loolup mode on Myserv01 to DISABLED. |