diff options
| author | 2006-02-19 21:34:32 +0000 | |
|---|---|---|
| committer | 2006-02-19 21:34:32 +0000 | |
| commit | 4bab84f93b54df082ce5c3fa55b23a917ce2e4ee (patch) | |
| tree | b9e772634a713efa3f3ce77cf6dcd9c209f4da89 /docs | |
| parent | Throws exception on failed GetIOHook() (diff) | |
<dns:server> is now optional
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3258 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/inspircd.conf.example | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index f20f0c255..41f8882e9 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -391,9 +391,11 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-# DNS SERVER -#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # # -# Define your DNS server address here. InspIRCd has its own resolver # -# and you must define this otherwise nobody's host will resolve. The # -# timeout value is in seconds. # +# Define your DNS server address here. InspIRCd has its own resolver. # +# If you do not define this value, the first dns server from your # +# /etc/resolv.conf file is read. If no entries are found in this file # +# or the file cannot be opened, the default value '127.0.0.1' is used # +# instead. The timeout value is in seconds. # # # # ____ _ _____ _ _ ____ _ _ _ # # | _ \ ___ __ _ __| | |_ _| |__ (_)___ | __ )(_) |_| | # |
