mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 22:58:50 +01:00
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".
6 lines
312 B
Text
6 lines
312 B
Text
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".
|