Tagged Questions
1
vote
1answer
365 views
How to change the java DNS service provider
I'm building a fast web crawler and I need to have multithreaded DNS resolution, so I picked up a multithreaded DNS service provider called dnsjava. Unfortunately, I can't figure out how to replace ...