summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2012-10-22 17:02:01 -0400
committerAdam <Adam@anope.org>2012-10-22 17:02:01 -0400
commit04632bd381796dd90742bbc6ccd38905d4de25be (patch)
treef9b8cf382037a44f7dba45dd5d5f186f43428a0e /data
parent0b9db15efc322336ddb08671ce68a3d45fb22520 (diff)
Cleanup of last few commits/warning fix
Diffstat (limited to 'data')
-rw-r--r--data/example.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf
index 6680c6bad..8330eeb78 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -1056,12 +1056,13 @@ dns
timeout = 5
/*
- * The port services use to listen for DNS queries.
+ * The IP and port services use to listen for DNS queries.
* Note that ports less than 1024 are privileged on UNIX/Linux systems, and
* require Anope to be started as root. If you do this, it is recommended you
* set options:user and options:group so Anope can change users after binding
* to this port.
*/
+ ip = "0.0.0.0"
port = 53
}