libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
260 stars 74 forks source link

Don't try and dial DNSADDR addresses #343

Closed ianopolous closed 9 months ago

ianopolous commented 9 months ago

These should mainly be used for bootstrap with a DNS TXT record lookup to expand to list of node multiaddrs

This removes a lot of log spam from failed dial attempts in kademlia

ianopolous commented 9 months ago

Any thoughts on this @Nashatyrev ?

Nashatyrev commented 9 months ago

This PR is the follow up for #334