Created
April 12, 2020 06:56
-
-
Save mdpuma/6d96cb7741de646e185d69394e41ac29 to your computer and use it in GitHub Desktop.
Fixing cpanel cP-Firewall-1-INPUT rules insertion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| crontab -e | |
| */5 * * * * /sbin/iptables -D INPUT -j cP-Firewall-1-INPUT 2> /dev/null && echo "cP-Firewall-1-INPUT Removed" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment