-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
Right now the `SrvResolver` is newed will the default configuration: (srv.rs line 24), this means that all domain name resolution is done by google's DNS servers, and restrict name resolution to "public" domain name. I propose that the Resolver can be configured to use the `Resolver::from_system_conf()` method allowing custom DNS server to be used (this would be very useful in kubernetes)