Skip to content

Instantly share code, notes, and snippets.

@pstoute
Last active November 17, 2023 21:03
Show Gist options
  • Save pstoute/72a68ad16d90d0f26fc9d37ca6a8c380 to your computer and use it in GitHub Desktop.
Save pstoute/72a68ad16d90d0f26fc9d37ca6a8c380 to your computer and use it in GitHub Desktop.
Whitelist the WP-Umbrella.com IP address
if ($wpumbrella_ips) {
set $7g_drop_bad_request 0;
set $7g_drop_bad_referer 0;
set $7g_drop_bad_query_string 0;
set $7g_drop_not_allowed_method 0;
set $7g_drop_bad_bot 0;
}
@pstoute
Copy link
Author

pstoute commented Nov 17, 2023

New instructions to whitelist the IPV6. You will not need to create a second file to get the IPV6 range added.
File 2: https://gist.github.com/pstoute/47539c4e4eb955b02f2dffdaa4b9e139

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment