Search before asking
Motivation
Currently is not possibile to configure one or more dns servers that will be used by the client to resolve hostnames.
Solution
In #13390 and 13503 has been added the capability to altering the dns binding address, we can enhance it more allowing DNS server list too
Alternatives
You can try to set dns server addresses using netty properties like io.netty.resolver.dns.defaultNameServerFallback (see DefaultDnsServerAddressStreamProvider) but it doesn't work on jdk 8 nor on Android systems.
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
Currently is not possibile to configure one or more dns servers that will be used by the client to resolve hostnames.
Solution
In #13390 and 13503 has been added the capability to altering the dns binding address, we can enhance it more allowing DNS server list too
Alternatives
You can try to set dns server addresses using netty properties like
io.netty.resolver.dns.defaultNameServerFallback(see DefaultDnsServerAddressStreamProvider) but it doesn't work on jdk 8 nor on Android systems.Anything else?
No response
Are you willing to submit a PR?