summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/include/config.h b/include/config.h
index b53047a0c..bedbfca23 100644
--- a/include/config.h
+++ b/include/config.h
@@ -478,20 +478,6 @@ class CoreExport ServerConfig
Anope::string MailEmailchangeSubject, MailEmailchangeMessage;
Anope::string MailMemoSubject, MailMemoMessage;
- /* Nameserver to use for resolving hostnames */
- Anope::string NameServer;
- /* Time before a DNS query is considered dead */
- time_t DNSTimeout;
- /* The IP/port DNS queries come in on */
- Anope::string DNSIP;
- int DNSPort;
- /* DNS SOA admin */
- Anope::string DNSSOAAdmin;
- /* DNS SOA primary NS */
- Anope::string DNSSOANS;
- /* SOA Refresh time */
- unsigned DNSSOARefresh;
-
/* Prefix of guest nicks when a user gets forced off of a nick */
Anope::string NSGuestNickPrefix;
/* Allow users to set kill immed on */