kyprizel / testcookie-nginx-module

simple robot mitigation module using cookie based challenge/response technique. Not supported any more.
http://kyprizel.github.com/testcookie-nginx-module/
525 stars 140 forks source link

testcookie_secret - randomization #8

Closed MAXDARK closed 11 years ago

MAXDARK commented 11 years ago

Hello,

Could you add a option, that randomize this every 'X' seconds ? would be really nice too !

Thank You.

kyprizel commented 11 years ago

What's the reason for this feature?

MAXDARK commented 11 years ago

There are few users, which emulate the whole javascript response, stressing up the server, and when you restart nginx, they have to re-check this stuff again because the key changes (using random), it is handwork, so automating it, works great, and will ruin the fun of those users.

kyprizel commented 11 years ago

I think nginx's native config rereading features are good for it.