Skip to content

Commit c59d2d3

Browse files
committed
Add new flow
1 parent 70c2da1 commit c59d2d3

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/agentless/dns/dns-over-https.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ curl --silent "https://<ACCOUNT_ID>.cloudflare-gateway.com/dns-query?name=exampl
269269
--header "CF-Authorization: <USER_DOH_TOKEN>" | jq
270270
```
271271

272-
If the site is blocked and you have enabled [**Display block page**](/cloudflare-one/policies/gateway/block-page/#turn-on-the-block-page) for the policy, the query will return `162.159.36.12` (the IP address of the Gateway block page). If the block page is disabled, the response will be `0.0.0.0`.
272+
If the site is blocked and you have turned on the [block page](/cloudflare-one/policies/gateway/block-page/#configure-policy-block-behavior) for the policy, the query will return `162.159.36.12` (the IP address of the Gateway block page). If the block page is disabled, the response will be `0.0.0.0`.
273273

274274
<Details header="Example response">
275275

src/content/docs/cloudflare-one/policies/gateway/block-page.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ In order to display the block page as the URL of the blocked domain, your device
2525

2626
## Configure the block page
2727

28-
Gateway can display a global block page in the browser of any user whose traffic is blocked. The global block page setting will display for all HTTP Block policies and
28+
Gateway can display a global block page in the browser of any user whose traffic is blocked. By default, Gateway will display the block page for any DNS Block policies you turn it on for and all HTTP Block policies. You can [turn on or override the global setting](#configure-policy-block-behavior) on a per-policy basis.
2929

30-
To configure the block page:
30+
To configure the global block page:
3131

3232
1. In [Zero Trust](https://one.dash.cloudflare.com), go to **Settings** > **Custom Pages**.
3333
2. Under **Account Gateway block page**, select **Customize**.
34-
3. Choose whether to use the default Gateway block page, a URL redirect, or a custom Gateway block page.
34+
3. Choose whether to use the default Gateway block page, a [URL redirect](#redirect-to-a-block-page), or a [custom Gateway block page](#customize-the-block-page).
3535
4. Select **Save**.
3636

3737
### Redirect to a block page
@@ -69,11 +69,11 @@ You can add a Mailto link to your custom block page, which allows users to direc
6969
| Device ID | The ID of the device that visited the page. This is generated by the WARP client. |
7070
| Block Reason | Your policy-specific block message. |
7171

72-
## Turn on the block page
72+
## Configure policy block behavior
7373

74-
For DNS Block policies, you will need to turn on the block page for each policy. For HTTP Block policies, Gateway automatically displays your global block page setting by default. You can override the global setting for HTTP policies on a per-policy basis.
74+
For DNS Block policies, you will need to turn on the block page for each policy you want to display it. For HTTP Block policies, Gateway automatically displays your global block page setting by default. You can override your global block page setting for both policy types within each policy's settings.
7575

76-
To turn on the block page for an individual policy:
76+
To turn on the block page or override your global block page setting for an individual policy:
7777

7878
<Tabs>
7979

src/content/partials/cloudflare-one/gateway/add-block-page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { Markdown } from "~/components";
1010
2. Select **Add a policy** to create a new policy, or choose the policy you want to customize and select **Edit**. You can only edit the block page for policies with a Block action.
1111
3. Under **Configure policy settings**, {props.blockBehaviorAction} **Modify Gateway block behavior**.
1212
4. Choose your block behavior:
13-
- **Use account-level block setting**: Use the global block page setting configured in your account settings. The global setting can be either an [HTTP redirect](/cloudflare-one/policies/gateway/block-page/#redirect-to-a-block-page) or a [custom Cloudflare block page](/cloudflare-one/policies/gateway/block-page/#customize-the-block-page).
13+
- **Use account-level block setting**: Use the global block page setting configured in your account settings. The global setting can be the default Gateway block page, an [HTTP redirect](/cloudflare-one/policies/gateway/block-page/#redirect-to-a-block-page), or a [custom Gateway block page](/cloudflare-one/policies/gateway/block-page/#customize-the-block-page).
1414
- **Override account setting with URL redirect**: Redirect users with a `307` HTTP redirect to a URL you specify on a policy level.
1515
5. Select **Save policy**.
1616

0 commit comments

Comments
 (0)