Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ API value: `allow`

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:

| Selector | Operator | Value | Action |
| ------------------ | -------- | --------- | ------ |
| Content Categories | in | Education | Allow |
| Selector | Operator | Value | Action |
| ------------------ | -------- | ----------- | ------ |
| Content Categories | in | _Education_ | Allow |

#### Disable DNSSEC validation

Expand Down Expand Up @@ -130,9 +130,9 @@ API value: `block`

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:

| Selector | Operator | Value | Action |
| ------------------ | -------- | ------------ | ------ |
| Content Categories | in | Adult Themes | Block |
| Selector | Operator | Value | Action |
| ------------------ | -------- | -------------- | ------ |
| Content Categories | in | _Adult Themes_ | Block |

#### Custom block page

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

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

<Render file="gateway/selectors/category-options" />

### Location

<Render file="gateway/selectors/location" />
Expand Down