Skip to content

IP Blacklist is a Bash script designed to protect your server by blocking malicious IP addresses. It works by fetching an updated list of harmful IPs from a GitHub repository and configuring your server to drop packets from these IPs by routing them to a blackhole.

License

Notifications You must be signed in to change notification settings

shiwildy/IP-Blacklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Blacklist

IP Blacklist is a Bash script designed to protect your server by blocking malicious IP addresses. It works by fetching an updated list of harmful IPs from a GitHub repository and configuring your server to drop packets from these IPs by routing them to a blackhole.

Features

  • Automatic IP Blocking: Blocks incoming traffic from blacklisted IP addresses by routing them to a blackhole.
  • Daily Updates: Fetches and updates the list of blacklisted IP addresses every day from a GitHub repository.
  • Simple Configuration: Easy setup and management with a straightforward configuration file.

Installation

git clone https://github.com/shiwildy/IP-Blacklist.git
cd IP-Blacklist
bash setup.sh

How It Works

  • The script fetches the list of blacklisted IPs from the specified GitHub repository.
  • It parses the list and updates your server’s routing rules to direct packets from these IPs to a blackhole.
  • The script runs every day to ensure the blacklist is up-to-date.

Contributing

Contributions are welcome! If you’d like to contribute to the project

Contact

For any questions or support, please open an issue on the GitHub repository or contact hai@shiwildy.com

About

IP Blacklist is a Bash script designed to protect your server by blocking malicious IP addresses. It works by fetching an updated list of harmful IPs from a GitHub repository and configuring your server to drop packets from these IPs by routing them to a blackhole.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages