We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e2088 commit a5cd0faCopy full SHA for a5cd0fa
src/content/docs/cloudflare-one/policies/gateway/dns-policies/common-policies.mdx
@@ -243,7 +243,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
243
"filters": [
244
"dns"
245
],
246
- "traffic": "not(any(dns.domains[*] in $<LIST-UUID>)) and any(dns.domains[*] matches \".*okta.*\\|.*cloudflare.*\\|.*mfa.*\\|.sso.*\")",
+ "traffic": "not(any(dns.domains[*] in $<LIST_UUID>)) and any(dns.domains[*] matches \".*okta.*\\|.*cloudflare.*\\|.*mfa.*\\|.sso.*\")",
247
"identity": ""
248
}'
249
```
0 commit comments