someone is hosting a minecraft: pocket edition server :hehe:

someone is hosting a minecraft: pocket edition server :hehe:
13 Replies
Chaika
Chaika10mo ago
You could make 443 go to 25588 with origin rules though (of course, assuming this is just http traffic)
Flash-Jayden
Flash-Jayden10mo ago
Shhh
Chaika
Chaika10mo ago
lol if it's not http traffic at all then none of the normal proxy stuff will work
Flash-Jayden
Flash-Jayden10mo ago
Idk what I'm doing 🙏
Chaika
Chaika10mo ago
would need Spectrum, and for that port/protocol Enterprise Spectrum would be needed
Flash-Jayden
Flash-Jayden10mo ago
I'm a bit stupido 🙏
valkyrie_pilot
valkyrie_pilotOP10mo ago
Seems like even knowing the attack wouldn't really be helpful in this case. Caching dynamic Things™️ is a big no-no
Chaika
Chaika10mo ago
well it depends on how dynamic they are
valkyrie_pilot
valkyrie_pilotOP10mo ago
well, it's a minecraft server status website. They are, theoretically, infinitely dynamic. However, I'm pretty sure the main place it's being "attacked" is /, which I could cache for longer- but it also doesn't impose much load on the server, so i'm not too worried about it I'm comfortable caching for a few minutes, but 2 hours is a bit long. (Especially the root document, it has some status information for Mojang's systems)
Chaika
Chaika10mo ago
I mean even for that you could just say "lookups are cached for 1 minute" if it's going back to an origin too you could collect page analytics on the origin's side
valkyrie_pilot
valkyrie_pilotOP10mo ago
If I could cache things for 1 minute, I would- but this kinda says i can't without a business plan Yeah. Once I get promethus and grafana set up, I'll add a tower middleware to do so.
Chaika
Chaika10mo ago
well you could do it locally something like redis would still make the attack less harmful/a lot less cheaper to serve from cache then do a tcp connection to a remote mc server everytime
valkyrie_pilot
valkyrie_pilotOP10mo ago
Yeah, absolutely. Fortunately, I don't believe that that's the main point of... attack?

Did you find this page helpful?