summaryrefslogtreecommitdiff
path: root/include/config.h
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 /include/config.h
parent0b9db15efc322336ddb08671ce68a3d45fb22520 (diff)
Cleanup of last few commits/warning fix
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 947daa3e5..5851247e8 100644
--- a/include/config.h
+++ b/include/config.h
@@ -500,7 +500,8 @@ class CoreExport ServerConfig
Anope::string NameServer;
/* Time before a DNS query is considered dead */
time_t DNSTimeout;
- /* The port DNS queries come in on */
+ /* The IP/port DNS queries come in on */
+ Anope::string DNSIP;
int DNSPort;
/* Prefix of guest nicks when a user gets forced off of a nick */