summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-12 20:34:27 +0000
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>2009-08-12 20:34:27 +0000
commitfcfc2f00c056e5e880467f753f2bd4b7bfe8b9d9 (patch)
treeae3d59aa2b23de4628c5018fb8f51d5fa5c04312
parent22a32e8fd8b31f3d94c5b9ede6fb258b0d66950f (diff)
Comment out <dns:server> by default, and explain why.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11507 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r--conf/inspircd.conf.example5
1 files changed, 4 insertions, 1 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example
index 663d69e1d..b20759765 100644
--- a/conf/inspircd.conf.example
+++ b/conf/inspircd.conf.example
@@ -374,7 +374,10 @@
<dns
# server: DNS server to use to attempt to resolve IP's to hostnames.
- server="127.0.0.1"
+ # in most cases, you won't need to change this, as inspircd will
+ # automatically detect the nameserver depending on /etc/resolv.conf
+ # (or, on windows, your set nameservers in the registry.)
+ # server="127.0.0.1"
# timeout: seconds to wait to try to resolve DNS/hostname.
timeout="5">