Skip to content

Instantly share code, notes, and snippets.

@meysampg
Created April 6, 2020 20:24
Show Gist options
  • Save meysampg/ab00d2302f17d869ec7b776f3f5556dc to your computer and use it in GitHub Desktop.
Save meysampg/ab00d2302f17d869ec7b776f3f5556dc to your computer and use it in GitHub Desktop.
Add Cloudflare IP range list to UFW
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