Netdev is flooding CloudFlare (1.1.1.1)
Closed this issue · 1 comments
WKuutti commented
Unnecessary UDP packet flooding towards CloudFlare DNS resolver (1.1.1.1) http port (80).
https://github.com/shellrow/netdev/blob/main/src/interface/shared.rs#L10
shellrow commented
Thank you for pointing out the issue with UDP packet flooding towards CloudFlare's DNS resolver.
Based on your feedback, we've revised our method for retrieving the local IP address to prevent unnecessary network traffic.
Indeed, there is no need for an actual connection, so it's unnecessary to use commonly reachable public IPs like 1.1.1.1 or 8.8.8.8 for this purpose. We appreciate your insights which help us improve our approach.
We will include this change in our next release.