Skip to content

Commit 6985007

Browse files
authored
[Gateway] Category options for Indicator Feeds selector (#20391)
1 parent 1012698 commit 6985007

File tree

1 file changed

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

1 file changed

+8
-6
lines changed

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

Lines changed: 8 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

@@ -347,6 +347,8 @@ Use this selector to filter DNS responses by their `TXT` records.
347347

348348
<Render file="gateway/selectors/indicator-feeds" params={{ one: "dns" }} />
349349

350+
<Render file="gateway/selectors/category-options" />
351+
350352
### Location
351353

352354
<Render file="gateway/selectors/location" />

0 commit comments

Comments
 (0)