Skip to content

Commit 5bdd41c

Browse files
committed
Update policy format
1 parent 9597cda commit 5bdd41c

File tree

1 file changed

+6
-6
lines changed
  • src/content/docs/cloudflare-one/policies/gateway/dns-policies

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ API value: `allow`
7979

8080
Policies with Allow actions allow DNS queries to reach destinations you specify within the Selector and Value fields. For example, the following configuration allows DNS queries to reach domains we categorize as belonging to the Education content category:
8181

82-
| Selector | Operator | Value | Action |
83-
| ------------------ | -------- | --------- | ------ |
84-
| Content Categories | in | Education | Allow |
82+
| Selector | Operator | Value | Action |
83+
| ------------------ | -------- | ----------- | ------ |
84+
| Content Categories | in | _Education_ | Allow |
8585

8686
#### Disable DNSSEC validation
8787

@@ -130,9 +130,9 @@ API value: `block`
130130

131131
Policies with Block actions block DNS queries to reach destinations you specify within the Selector and Value fields. For example, the following configuration blocks DNS queries from reaching domains we categorize as belonging to the Adult Themes content category:
132132

133-
| Selector | Operator | Value | Action |
134-
| ------------------ | -------- | ------------ | ------ |
135-
| Content Categories | in | Adult Themes | Block |
133+
| Selector | Operator | Value | Action |
134+
| ------------------ | -------- | -------------- | ------ |
135+
| Content Categories | in | _Adult Themes_ | Block |
136136

137137
#### Custom block page
138138

0 commit comments

Comments
 (0)