-
Notifications
You must be signed in to change notification settings - Fork 1
implementations
Benjamin Marwell edited this page Sep 23, 2020
·
3 revisions
The following name resolving implementations are being shipped with the agent:
- DefaultSequentialReachableNameService Uses the default mechanism from java, which is usually using system’s DNS service. Will additionally try to connect to each IP and return only those which are available.
- AlwaysLocalhostLoopbackNameService Will resolve any host to 127.0.0.1 and any IP to "localhost".
- RandomNameService Uses the default mechanism from java, which is usually using system’s DNS service. Returns a random IP from the IPs returned by your system’s DNS response. * DnsOverHttpsNameService TBD: tries to query a given IP for DNS-over-HTTPS.