diff options
| author | Adam <Adam@anope.org> | 2012-10-22 17:02:01 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2012-10-22 17:02:01 -0400 |
| commit | 04632bd381796dd90742bbc6ccd38905d4de25be (patch) | |
| tree | f9b8cf382037a44f7dba45dd5d5f186f43428a0e /data | |
| parent | 0b9db15efc322336ddb08671ce68a3d45fb22520 (diff) | |
Cleanup of last few commits/warning fix
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 3 |
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 } |
