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 /include/config.h | |
parent | 0b9db15efc322336ddb08671ce68a3d45fb22520 (diff) |
Cleanup of last few commits/warning fix
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 3 |
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 */ |