Replies: 1 comment 3 replies
-
|
It seems like this is what you said. Lines 266 to 267 in 188fca4 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Currently Smartdns is speedtesting websites with 1 IP which it's redundant wasting cpu cycles.
It should only speedtest if the domain has 2 or more IPs to find the fastest one.
Also it tests the same ip twice which i think it's redundant too:
2024-09-19 15:44:38.897:DEBUG:smartdns::dns_mw_ns:519: Speed test api.restream.io. TCP:443 ping 104.18.43.172 elapsed 7.8949ms
2024-09-19 15:44:38.897:DEBUG:smartdns::dns_mw_ns:519: Speed test api.restream.io. TCP:443 ping 104.18.43.172 elapsed 8.0792ms
2024-09-19 15:44:38.914:DEBUG:smartdns::dns_mw_ns:519: Speed test api.restream.io. TCP:443 ping 172.64.144.84 elapsed 22.7931ms
Thank you
Beta Was this translation helpful? Give feedback.
All reactions