]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Comment out <dns:server> by default, and explain why.
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 12 Aug 2009 20:34:27 +0000 (20:34 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 12 Aug 2009 20:34:27 +0000 (20:34 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11507 e03df62e-2008-0410-955e-edbf42e46eb7

conf/inspircd.conf.example

index 663d69e1dcb96c5edc8b8da01835bbc9dc59b443..b207597650a7239437924a5266e4c5f3c7c66f64 100644 (file)
 
 <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">