Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 630 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 630 Bytes

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]"