You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description = "Block specific domains or hosts that are malicious or pose a threat to your organization."
481
+
precedence = 100
482
+
enabled = false
483
+
action = "block"
484
+
filters = ["dns"]
485
+
traffic = "any(dns.domains[*] in ${"$"}${cloudflare_zero_trust_list.domain_blocklist.id}) and dns.fqdn in ${"$"}${cloudflare_zero_trust_list.host_blocklist.id} and dns.fqdn matches \".*example\\.com\""
486
+
rule_settings = {
487
+
block_page_enabled = true
488
+
block_reason = "This domain was blocked due to being classified as a security risk to the organization"
0 commit comments