|
Hello there, i can find some script who can block the ips with many connection? i try first time with htaccess but i think the person who try to flood me is have many ips, i look on the root and i have ips with many connection
Command: netstat -anpl|grep :80|awk {'print $5'}|cut -d":" -f1|sort|uniq -c|sort -n
Ips:
112 166.183.179.58
183 87.112.138.102
190 85.99.177.185
105 122.144.101.227
107 90.192.222.149
144 151.82.72.245
207 95.9.80.219
so they are so many ips ... is any php script to block this ?
|