Skip to content
Merged
Show file tree
Hide file tree
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 @@ -138,7 +138,7 @@ Policies with Block actions block DNS queries to reach destinations you specify

When choosing the Block action, turn on **Display custom block page** to respond to queries with a block page and to specify the message you want to display to users who go to blocked websites. If the block page is disabled, Gateway will respond to blocked queries with an `A` record of `0.0.0.0` for IPv4 destinations, or with an `AAAA` record of `::` for IPv6 destinations. For more information, refer to the dedicated documentation on [customizing the block page](/cloudflare-one/policies/gateway/block-page/).

#### WARP client block notifications <InlineBadge preset="early-access" />
#### WARP client block notifications

<Render file="gateway/client-notifications" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ The Block action blocks outbound traffic from reaching destinations you specify
| Application | in | `Google Drive` | And | Block |
| Upload Mime Type | matches regex | `.*` | | |

#### WARP client block notifications <InlineBadge preset="early-access" />
#### WARP client block notifications

<Render file="gateway/client-notifications" />

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Policies with Block actions block network traffic from reaching certain IPs or p
| ---------------- | -------- | ----- | ------ |
| Destination Port | in | `443` | Block |

#### WARP client block notifications <InlineBadge preset="early-access" />
#### WARP client block notifications

<Render file="gateway/client-notifications" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
---
{}

---


import { Details } from "~/components"
import { Details } from "~/components";

<Details header="Feature availability">

Expand All @@ -14,13 +12,12 @@ import { Details } from "~/components"

| System | Availability | Minimum WARP version |
| -------- | ------------ | -------------------- |
| Windows | ✅ | 2024.1.159.0 |
| macOS | ✅ | 2024.1.160.0 |
| Linux | ❌ | |
| iOS | ✅ | 1.3 |
| Android | ✅ | 1.4 |
| ChromeOS | ✅ | 1.4 |

| Windows | ✅ | 2024.1.159.0 |
| macOS | ✅ | 2024.1.160.0 |
| Linux | ❌ | |
| iOS | ✅ | 1.7 |
| Android | ✅ | 1.4 |
| ChromeOS | ✅ | 1.4 |

</Details>

Expand Down
Loading