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 1b0e32f commit 18da974Copy full SHA for 18da974
src/content/partials/cloudflare-one/gateway/get-started/create-dns-policy.mdx
@@ -45,7 +45,8 @@ To create a new DNS policy:
45
"filters": [
46
"dns"
47
],
48
- "traffic": "any(dns.security_category[*] in {68 178 80 83 176 175 117 131 134 151 153})""identity": "",
+ "traffic": "any(dns.security_category[*] in {68 178 80 83 176 175 117 131 134 151 153})",
49
+ "identity": "",
50
"device_posture": ""
51
}'
52
```
0 commit comments