Skip to content

Instantly share code, notes, and snippets.

@mdpuma
Created April 12, 2020 06:56
Show Gist options
  • Select an option

  • Save mdpuma/6d96cb7741de646e185d69394e41ac29 to your computer and use it in GitHub Desktop.

Select an option

Save mdpuma/6d96cb7741de646e185d69394e41ac29 to your computer and use it in GitHub Desktop.
Fixing cpanel cP-Firewall-1-INPUT rules insertion
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