diff options
| author | 2021-01-19 08:42:44 +0000 | |
|---|---|---|
| committer | 2021-01-19 08:42:44 +0000 | |
| commit | a601cf2f0d9754e4bb11a28ce8954a86ad4e367e (patch) | |
| tree | 89d7d1bec18c64b42bac8955c9ca7646dc05f750 /include/modules | |
| parent | Allow converting a Cap::Reference to a Cap::Capability*. (diff) | |
Add <dns:enabled>; allows disabling DNS lookups entirely.
Ref: #1839.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/dns.h | 1 |
1 files changed, 1 insertions, 0 deletions
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, |
