mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 02:08:24 +00:00
Handle malformed DNS replies better.
If we detect that that reply from usptream is malformed, transform it into a SERVFAIL reply before sending to the original requestor.
This commit is contained in:
@@ -59,6 +59,9 @@ version 2.88
|
||||
needed is O(n^2). Handle this case more intelligently.
|
||||
Thanks to Ye Zhou for spotting the problem and an initial patch.
|
||||
|
||||
If we detect that a DNS reply from upstream is malformed don't
|
||||
return it to the requestor; send a SEVFAIL rcode instead.
|
||||
|
||||
|
||||
version 2.87
|
||||
Allow arbitrary prefix lengths in --rev-server and
|
||||
|
||||
Reference in New Issue
Block a user