Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author nintechnet

    (@nintechnet)

    Hi,

    If it comes from one single IP, you can block it with iptables:

    iptables -I INPUT -s x.x.x.x -j DROP

    Replace x.x.x.x with the attacker’s IP.

    Thread Starter mamooti.com

    (@mamooticom)

    till no it came from 90 IP s
    I blocked all of them in htaccess. I don’t have access to iptables as I am on a shared host.

    Sorry I made mistake
    too many hits from a each IP in a short time.

    Plugin Author nintechnet

    (@nintechnet)

    You should use Cloudflare or Incapsula CDN, they have free plans. That would make it easy for you to block those IPs.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘about your script about DDoS and iptable’ is closed to new replies.