Skip to content

This script checks the IPs assigned on the server against blacklist. You can configure email notification to receive the alerts.

Notifications You must be signed in to change notification settings

nixjobin/rbl-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

rbl-checker

Prerequisites

The script will work on any Linux Operating system

Commands
  • ifconfig
  • curl

How to Install

cd /etc/cron.hourly && wget https://raw.githubusercontent.com/nixjobin/rbl-checker/master/nixhive-rblchecker.sh -O nixhive-rblchecker.sh && chmod +x nixhive-rblchecker.sh 

Now the script will run every hour on your server.

Email Notification

Replace the below one with your email address on the script.

JMAIL="[email protected]"

About

This script checks the IPs assigned on the server against blacklist. You can configure email notification to receive the alerts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages