From a601cf2f0d9754e4bb11a28ce8954a86ad4e367e Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 19 Jan 2021 08:42:44 +0000 Subject: Add ; allows disabling DNS lookups entirely. Ref: #1839. --- include/modules/dns.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/modules/dns.h b/include/modules/dns.h index 8ac90f7de..6e7527a55 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -57,6 +57,7 @@ namespace DNS enum Error { ERROR_NONE, + ERROR_DISABLED, ERROR_UNKNOWN, ERROR_UNLOADED, ERROR_TIMEDOUT, -- cgit v1.2.3