mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-03 06:13:13 +02:00
- Update the documentation about set::dns::nameserver to reflect reality (that the setting is only used if c-ares can’t read /etc/resolv.conf).
This commit is contained in:
@@ -2585,8 +2585,11 @@ set {
|
||||
<p><font class="set">set::dns::retries <number-of-retries>;</font><br>
|
||||
A numeric value specifying the number of times the DNS lookup will be retried
|
||||
if failure occurs. (NOT IMPLEMENTED)</p>
|
||||
<p><font class="set">set::dns::nameserver <name-of-dns-server>;</font><br>
|
||||
Specifies the hostname of the server that will be used for DNS lookups. (NOT IMPLEMENTED)</p>
|
||||
<p><font class="set">set::dns::nameserver <name-of-dns-server>;</font><br/>
|
||||
Specifies the IP address of the server that will be used for DNS
|
||||
lookups. Used only as a fallback for when c-ares is unable to guess
|
||||
the nameservers (such as if /etc/resolv.conf is empty).
|
||||
</p>
|
||||
<p><font class="set">set::dns::bind-ip <ip>;</font><br>
|
||||
Specifies the IP to bind to for the resolver, rarely ever needed.</p>
|
||||
<p><font class="set">set::network-name <name-of-network>;</font><br>
|
||||
|
||||
Reference in New Issue
Block a user