Hi,
Could someone please explain me what this rule does exactly?
I understand that It help preventing DDOS attack but not too sure I understand it all.
My understanding:
max, set total of connection nginx daemon can handle
max-src-conn-rate block if it received more than 500 connection in 100 seconds
overload, put block connection in table BLOCKTEMP
Could someone please explain me what this rule does exactly?
Code:
WebSTO ="(max 4096, source-track rule, max-src-conn 64, max-src-nodes 512, max-src-conn-rate 500/100, overload <BLOCKTEMP> flush global)"
I understand that It help preventing DDOS attack but not too sure I understand it all.
My understanding:
max, set total of connection nginx daemon can handle
max-src-conn-rate block if it received more than 500 connection in 100 seconds
overload, put block connection in table BLOCKTEMP