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:
@@ -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 "ident request", "hostname lookup",
|
||||
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 <timevalue>;</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,
|
||||
|
||||
Reference in New Issue
Block a user