Anti DDoS TCP for Java

lancartech

Banned
Feedback score
0
Posts
3
Reactions
0
Resources
0
I recently open this and plan open for public
you can see https://skuy.co.id and direct register to https://panel.skuy.co.id
make sure follow whole step and if you have any question just join our discord

This is still on Development and Beta Test, so whole tester get free VIP Plan (Manual assign) by me

This is protect your Origin IP just like TCPShield
 
Banned forever. Reason: Creating Multiple Accounts (aglerr, https://builtbybit.com/members/aglerr.128903/)
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

X1XX

Feedback score
0
Posts
41
Reactions
7
Resources
0
You have good pricing, just buyers beware this dude's setup is essentially Cloudflare. But fix your website to not say Ping: 3ms, because that's false. Ping is RTT between client and server, and my ping between your existing networks is greater than 20ms. Change your wording to be something else that represents your servers only add in that much latency or something instead of lying. and don't try and BS and say the "global average" ping is 3ms, as I'm sure the average is more than that considering mine is 20ms, other continents will likely have equal or worse, and that only leaves Europe with having 3ms ping if they're in the same country.

Where do you get the 648 TB/s number from? Cloudflare itself only has 348 TB/s network capacity, and it seems like you're using them as your provider for everything, unless you have set up your own protections as well, and if so what protections are you using? Black holing?

For a better breakdown:
Machines that are tunneled into Cloudflare under a Cloudflare load balancer, and these servers just redirect the requests to your Minecraft server, and is not a true Anycast network as he claims. He makes use of Cloudflare Access for tunneling (free), Cloudflare Zero Trust (free), and Cloudflare Load Balancer (likely $20 - $50/mo w/ 2 endpoints and regions I think, along with the DNS queries which first 500k are free, and 50 cents per after that). His machines alone are probably smaller VM's($15/mo each) or a dedicated machine($50/mo because HAProxy can run a million backends on less than a gig of ram, main limiting factor here is bandwidth on the VMs or dedicated machine).

Alternatively, he could also be using Cloudflare Spectrum w/ built in load balancing, but that's not likely.

Also, he makes claims of smart routing - Anycast by default routes to the best performance place, not exactly a novel feature.

His pricing is good if you can:
1. Trust him
2. Have less than 2 servers as he charges a ridiculous amount to add in more than 1 server (imagine having two smp servers!)
3. Have enough players that you don't have to pay his medieval fee of $10 / 40 player "slots".

If you have more than 1 server, or 8 players (or are interested in making a similar service yourself)
You can set up the same thing doing like I said above, I would personally upgrade the backend reverse proxies (HAProxy) with something like a k8s cluster that can spin up new instances as needed for surge traffic and have a dedicated node that can cover your traffic 80% of the time (if it's economical that way, depends on your traffic use case), but that's just future proofing a system that probably doesn't need it for most server owners, as a single HAProxy on a cheap VM can handle all your needs.

It would also only be slightly more expensive than his plans, and you would fully own and control the entire process from start to end.
 
Top