Created
April 6, 2020 20:24
-
-
Save meysampg/ab00d2302f17d869ec7b776f3f5556dc to your computer and use it in GitHub Desktop.
Add Cloudflare IP range list to UFW
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
for ip in $(curl -qs https://www.cloudflare.com/ips-v4); do ufw allow from $ip; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment