Skip to content

Commit a5cd0fa

Browse files
authored
Update src/content/docs/cloudflare-one/policies/gateway/dns-policies/common-policies.mdx
1 parent 57e2088 commit a5cd0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/cloudflare-one/policies/gateway/dns-policies/common-policies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ curl https://api.cloudflare.com/client/v4/accounts/{account_id}/gateway/rule\
243243
"filters": [
244244
"dns"
245245
],
246-
"traffic": "not(any(dns.domains[*] in $<LIST-UUID>)) and any(dns.domains[*] matches \".*okta.*\\|.*cloudflare.*\\|.*mfa.*\\|.sso.*\")",
246+
"traffic": "not(any(dns.domains[*] in $<LIST_UUID>)) and any(dns.domains[*] matches \".*okta.*\\|.*cloudflare.*\\|.*mfa.*\\|.sso.*\")",
247247
"identity": ""
248248
}'
249249
```

0 commit comments

Comments
 (0)