Core Coding®

Block ip address

  Block ip address
Use IPTABLES to block an ip address
iptables -I INPUT -s x.x.x.x -j DROP
iptables -I INPUT -m iprange --src-range x.x.x.x-x.x.x.x -j DROP
Go back to resources
Home Mail GitHub