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
We recommend you add the following DNS policies to build an Internet and SaaS app security strategy for your organization.
12
12
13
13
14
14
<Detailsheader="All-DNS-Domain-Allowlist">
15
-
15
+
<TabssyncKey="dashPlusAPI">
16
16
Allowlist any known domains and hostnames. With this policy, you ensure that your users can access your organization's domains even if the domains fall under a blocked category, such as **Newly Seen Domains** or **Login Screens**.
description = "Organization-wide whitelist. Explicitly allow resolution of these DNS domains"
48
+
precedence = 0
49
+
enabled = false
50
+
action = "allow"
51
+
filters = ["dns"]
52
+
traffic = "any(dns.domains[*] in ${"$"}${cloudflare_zero_trust_list.domain_whitelist.id}) or dns.fqdn in ${"$"}${cloudflare_zero_trust_list.domain_whitelist.id}"
53
+
}
54
+
```
55
+
</TabItem>
56
+
</Tabs>
24
57
</Details>
25
58
26
59
@@ -120,4 +153,4 @@ Block specific IP addresses that are malicious or pose a threat to your organiza
0 commit comments