From bd1ec26a8d30bfde9414f97643bb8a60f7f0d8a8 Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Sun, 27 Jan 2013 05:59:50 +0000 Subject: [PATCH] =?UTF-8?q?-=20Update=20the=20documentation=20about=20set:?= =?UTF-8?q?:dns::nameserver=20to=20reflect=20reality=20(that=20the=20setti?= =?UTF-8?q?ng=20is=20only=20used=20if=20c-ares=20can=E2=80=99t=20read=20/e?= =?UTF-8?q?tc/resolv.conf).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/unreal32docs.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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>;