playit-cloud / playit-agent

The playit program
BSD 2-Clause "Simplified" License
252 stars 21 forks source link

Excessive DNS requests #88

Closed zakcodez closed 1 month ago

zakcodez commented 2 months ago

I run playit.gg in a docker container which works fine, and I have a pi hole running on my network. For some reason, I found 28 thousand DNS requests to api.playit.gg over 5 hours. This calculated to approx 1.5 DNS requests per second! I haven't found any other problems, and my playit.gg version is 0.15.18. It's also getting the error "unexpected UDP establish packet" a lot.

loriopatrick commented 2 months ago

I’m not too concerned by the DNS lookup rate tho that could be optimized. The UDP error bug has been fixed in 0.15.19

zakcodez commented 2 months ago

Any updates? Is it possible to set up some sort of "dns cache"?

zakcodez commented 1 month ago

The issue has been resolved in the latest version. Closing