diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-06-24 18:16:41 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-06-24 18:18:44 +0200 |
commit | f282cdbe7f436c75864e5640a409a10485e9abb2 (patch) | |
tree | 82983c97f959dd19508b1ef3c89f2aa1b8e8db30 /NEWS | |
parent | 62a321b12d0e397af88fa422db65079332f971dc (diff) | |
download | glibc-f282cdbe7f436c75864e5640a409a10485e9abb2.zip glibc-f282cdbe7f436c75864e5640a409a10485e9abb2.tar.gz glibc-f282cdbe7f436c75864e5640a409a10485e9abb2.tar.bz2 |
resolv: Implement no-aaaa stub resolver option
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -29,6 +29,18 @@ Major new features: memory is carried out in the context of the caller, using the caller's CPU affinity, and priority with CPU usage accounted to the caller. +* The “no-aaaa” DNS stub resolver option has been added. System + administrators can use it to suppress AAAA queries made by the stub + resolver, including AAAA lookups triggered by NSS-based interfaces + such as getaddrinfo. Only DNS lookups are affected: IPv6 data in + /etc/hosts is still used, getaddrinfo with AI_PASSIVE will still + produce IPv6 addresses, and configured IPv6 name servers are still + used. To produce correct Name Error (NXDOMAIN) results, AAAA queries + are translated to A queries. The new resolver option is intended + primarily for diagnostic purposes, to rule out that AAAA DNS queries + have adverse impact. It is incompatible with EDNS0 usage and DNSSEC + validation by applications. + Deprecated and removed features, and other changes affecting compatibility: * Support for prelink will be removed in the next release; this includes |