netty5/resolver-dns/src
Shoothzj 06739ed890 Allow to config dns bind address in DnsNameResolver (#11061)
Motivation:

The DnsResolver default start address listen to "0.0.0.0", which may be not what the user wants. 

Modification:

Add localAddress as a param of DnsNameResolver and its builder

Result:

The DnsNameResolver's bind address can be configured.
2021-03-08 12:09:09 +01:00
..
main Allow to config dns bind address in DnsNameResolver (#11061) 2021-03-08 12:09:09 +01:00
test Don't use the cname cache when using DnsRecordResolveContext (#10808) 2020-11-26 15:35:24 +01:00