spotify / dns-java

DNS wrapper library that provides SRV lookup functionality
Apache License 2.0
206 stars 47 forks source link

Allow users to specify DNS servers to use #31

Closed rculbertson closed 6 years ago

rculbertson commented 6 years ago

This PR modifies DnsSrvResolver to that each instance can be configured to use specific DNS servers. This PR also makes it so that timeouts are configured per instance, instead of globally.

rculbertson commented 6 years ago

@pettermahlen

rculbertson commented 6 years ago

Good suggestion about javadoc. I added some to the builder method.

rculbertson commented 6 years ago

Thanks @pettermahlen!