Skip to content

Instantly share code, notes, and snippets.

@levidurfee
Last active May 4, 2019 16:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levidurfee/0308f16d0aeb018731ea636587cdb70b to your computer and use it in GitHub Desktop.
Save levidurfee/0308f16d0aeb018731ea636587cdb70b to your computer and use it in GitHub Desktop.
Cloudflare Firewall Rules to protect Wordpress
(
ip.src in {2601:2d2:1234:1100::/64}
)
and
(
http.request.uri.path contains "/wp-login.php"
or
http.request.uri.path contains "/wp-admin"
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment