Skip to content

Instantly share code, notes, and snippets.

@thatisuday
Forked from Mteigers/allow
Created May 23, 2017 15:49
Show Gist options
  • Save thatisuday/4e58e4cd3c365bdbb49bcc9c279a6ba7 to your computer and use it in GitHub Desktop.
Save thatisuday/4e58e4cd3c365bdbb49bcc9c279a6ba7 to your computer and use it in GitHub Desktop.
CSF Allow AND Ignore Cloudflare IPv4 IP's.
for i in `curl https://www.cloudflare.com/ips-v4`; do csf -a $i; done
for i in `curl https://www.cloudflare.com/ips-v4`; do echo $i >> /etc/csf/csf.ignore; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment