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 90b1085 commit bd12d2dCopy full SHA for bd12d2d
src/content/docs/cloudflare-one/policies/gateway/dns-policies/common-policies.mdx
@@ -458,7 +458,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/rule \
458
"filters": [
459
"dns"
460
],
461
- "traffic": "dns.query_rtype == \"AAAA\" and any(dns.domains[*] == \"example.com\")",
+ "traffic": "dns.query_rtype == \"AAAA\"",
462
"identity": ""
463
}'
464
```
@@ -491,7 +491,7 @@ curl https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/gateway/rule \
491
492
493
494
- "traffic": "dns.query_rtype == \"A\" and any(dns.domains[*] == \"example.com\")",
+ "traffic": "dns.query_rtype == \"A\"",
495
496
497
0 commit comments