diff options
-rw-r--r-- | conf/inspircd.conf.example | 5 |
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"> |