netty5/resolver-dns/src
Norman Maurer 68105b257d
Select correct nameserver for CNAME (#10272)
Motivation:

The nameserver that should / must be used to resolve a CNAME may be different then the nameserver that was selected for the hostname to resolve. Failing to select the correct nameserver may result in problems during resolution.

Modifications:

Use the correct DnsServerAddressStream for CNAMEs

Result:

Always use the correct DnsServerAddressStream for CNAMEs and so fix resolution failures which could accour when CNAMEs are in the mix that use a different domain then the original hostname that we try to resolve
2020-05-12 08:46:45 +02:00
..
main/java/io/netty/resolver/dns Select correct nameserver for CNAME (#10272) 2020-05-12 08:46:45 +02:00
test Select correct nameserver for CNAME (#10272) 2020-05-12 08:46:45 +02:00