1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-06 07:33:12 +02:00

- Added set::options::dont-resolve (=hostnames of incomming clients won't be resolved).

This is more usefull than the no nameserver + useip solution since with this no resolving
is done for incomming clients, but connecting to other servers (with hostnames) still works fine ;P.
This commit is contained in:
Bram Matthys
2003-02-22 22:34:40 +00:00
parent 4795a45150
commit 8fbb67818b
5 changed files with 15 additions and 0 deletions
+4
View File
@@ -1488,6 +1488,10 @@ loadmodule "src/modules/scan_http.so";
<p><font class="set">set::options::show-connect-info;</font><br>
If present notices showing &quot;ident request&quot;, &quot;hostname lookup&quot;,
etc. will be displayed when a user connects.</p>
<p><font class="set">set::options::dont-resolve;</font><br>
If present hosts of incomming users are not resolved, can be usefull if many of your
users don't have a host to speed up connecting.<br>
Note that since no resolving is done you also can't have host based allow blocks.</p>
<p><font class="set">set::dns::timeout &lt;timevalue&gt;;</font><br>
A time value specifying the length of time a DNS server has to respond before
a timeout. A time value is a numeric string with d meaning days, h meaning hours,