diff --git a/doc/unreal32docs.html b/doc/unreal32docs.html index 6529efc26..2c9725732 100644 --- a/doc/unreal32docs.html +++ b/doc/unreal32docs.html @@ -2585,8 +2585,11 @@ set {

set::dns::retries <number-of-retries>;
A numeric value specifying the number of times the DNS lookup will be retried if failure occurs. (NOT IMPLEMENTED)

-

set::dns::nameserver <name-of-dns-server>;
- Specifies the hostname of the server that will be used for DNS lookups. (NOT IMPLEMENTED)

+

set::dns::nameserver <name-of-dns-server>;
+ 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). +

set::dns::bind-ip <ip>;
Specifies the IP to bind to for the resolver, rarely ever needed.

set::network-name <name-of-network>;