I'm trying to build a simple Anti-DDoS for a game using IPTables. I don't know from where to start and just my question now is:
Assume that i'am using Ubuntu, I need to make a script or program (i don't really know what to call it) that in some cases after some checks for the coming packets it will add a rule to IPTables automatically for sometime and it will be removed after time also that i define. In other words like Auto-Filter i need to build.
For this which programming language i should learn to start my project?
Please give me examples if you can. Thanks.