mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 14:23:30 +01:00
6d0991ea08
According to reports, most programs degrade somewhat gracefully on getting no answer for an MX or a CERT for www.example.com, but many flip out completely on a NOTIMPL error. Also, treat a QTYPE_ALL query as just asking for an A record. The real fix here is to implement proposal 219 or something like it. Fixes bug 10268; bugfix on 0.2.0.1-alpha. Based on a patch from "epoch".
7 lines
312 B
Plaintext
7 lines
312 B
Plaintext
o Minor bugfixes:
|
|
- When receing a DNS query for an unsupported type, reply with
|
|
no answer rather than with a NOTIMPL error. This behavior isn't
|
|
correct either, but it will break fewer client programs, we hope.
|
|
Fixes bug 10268; bugfix on 0.2.0.1-alpha. Original patch
|
|
from "epoch".
|