diff options
| author | 2015-04-19 21:57:38 -0400 | |
|---|---|---|
| committer | 2015-07-06 17:53:21 +0200 | |
| commit | 70542e525b343c3341fb1b8ef7ffe886916f73cd (patch) | |
| tree | 94221002ab37125f077fd67db7b6ad78b7b289ea /include/modules | |
| parent | Merge pull request #1069 from del6597/patch-1 (diff) | |
Fail invalid dns responses instead of drop
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 a66e3c28e..1ba54cc61 100644 --- a/include/modules/dns.h +++ b/include/modules/dns.h @@ -57,6 +57,7 @@ namespace DNS ERROR_UNKNOWN, ERROR_UNLOADED, ERROR_TIMEDOUT, + ERROR_MALFORMED, ERROR_NOT_AN_ANSWER, ERROR_NONSTANDARD_QUERY, ERROR_FORMAT_ERROR, |
