Skip to content

Commit 18da974

Browse files
committed
Fix DNS typo
1 parent 1b0e32f commit 18da974

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/partials/cloudflare-one/gateway/get-started/create-dns-policy.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ To create a new DNS policy:
4545
"filters": [
4646
"dns"
4747
],
48-
"traffic": "any(dns.security_category[*] in {68 178 80 83 176 175 117 131 134 151 153})""identity": "",
48+
"traffic": "any(dns.security_category[*] in {68 178 80 83 176 175 117 131 134 151 153})",
49+
"identity": "",
4950
"device_posture": ""
5051
}'
5152
```

0 commit comments

Comments
 (0)