diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-12 23:27:49 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-12 23:27:49 +0000 |
commit | 911e33e3995509afa4cf3ea8fae0ddca2dad78dc (patch) | |
tree | d0f1af50cac73b7ffd6a46dd889235c872879dab | |
parent | 44c9a26c107a772f87f00565c7c363c61b5bb77e (diff) |
Point out that the dns server must be an ip, not a host
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11509 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/inspircd.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index b20759765..09344987a 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -377,6 +377,9 @@ # 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.) + # Note that this must be an IP address and not a hostname, because + # there is no resolver to resolve the name until this is defined! + # # server="127.0.0.1" # timeout: seconds to wait to try to resolve DNS/hostname. |