Post
Topic
Board Pools
Re: [25+PH] KanoPool kano.is NO FEE TIL 2018 PPLNS US,DE,SG,JP,NL,NYA 🐈
by
minergain.com
on 22/11/2017, 15:23:38 UTC
and of course when was the last time you noticed a DDoS on my web site ... they aren't rare, just rarely have an effect Smiley
In this case I just have a command I wrote to deal with it, that doesn't stop anyone using the site except logging in.
Kano, do you have memcached running on your site?  how much ram is there?  My strandvision site has a home built ddos system using memcached (so it is fast) that auto slows all non important requests if the server load gets too high.  It also counts hits from each class c ip address range.  If it exceeds the max per minute hits, then the system instantly dies (for that ip address) for a day.  If they do not visit again for a minute, the memory is released.  I do have white lists for paying customers to prevent issues.  Anyway it sounds like you do not have issues with it, but if you do, this type of system does not take long to implement.  PM me if you would like details.