Skip to content

Commit 98016ef

Browse files
authored
[ZT] WARP DNS registration setting (#20010)
* add warp setting * Apply suggestions from code review * add availability details * add link to release note
1 parent 1934d74 commit 98016ef

File tree

3 files changed

+28
-5
lines changed

3 files changed

+28
-5
lines changed

src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/index.mdx

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar:
88
import {
99
Details,
1010
GlossaryTooltip,
11-
InlineBadge,
11+
Badge,
1212
Render,
1313
Tabs,
1414
TabItem,
@@ -320,3 +320,26 @@ To turn on local network access in the WARP client:
320320
- WARP will only exclude local networks in the [RFC 1918](https://datatracker.ietf.org/doc/html/rfc1918) address space. Other IP addresses such as CGNAT are not supported.
321321
- The maximum excluded subnet size is `/24`.
322322
- If a device has multiple network interfaces with distinct local IP ranges, WARP will only exclude one of those networks. To access a specific local network, disable the other interfaces and disconnect/reconnect WARP.
323+
324+
### WARP interface IP DNS registration <Badge text="Beta" variant="caution"/>
325+
326+
<Details header="Feature availability">
327+
328+
| [WARP modes](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-modes/) | [Zero Trust plans](https://www.cloudflare.com/teams-pricing/) |
329+
| ----------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
330+
| <ul><li> Gateway with WARP</li><li> Secure Web Gateway without DNS filtering </li></ul> | All plans |
331+
332+
| System | Availability | Minimum WARP version |
333+
| -------- | ------------ | -------------------- |
334+
| Windows || 2025.2.460.1 |
335+
| macOS || |
336+
| Linux || |
337+
| iOS || |
338+
| Android || |
339+
| ChromeOS || |
340+
341+
</Details>
342+
343+
When `Enabled`, the operating system will register WARP's [local interface IP](#override-local-interface-ip) (CGNAT IP or `172.16.0.2`) with your on-premise DNS server when the DNS server is reachable.
344+
345+
If you use on-premise DNS infrastructure (such as Active Directory), we recommend turning this setting on for remote [device profiles](/cloudflare-one/connections/connect-devices/warp/configure-warp/device-profiles/) and turning it off for [managed network](/cloudflare-one/connections/connect-devices/warp/configure-warp/managed-networks/) device profiles. In this configuration, remote devices will register their WARP interface IP, while on-premise devices will only register their local DHCP address. This allows the on-premise DNS server to resolve device hostnames no matter where the device is located.

src/content/release-notes/warp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ entries:
1515
- Improved [captive portal detection](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/captive-portals/) to make more public networks compatible
1616
and have faster detection.
1717
- Improved error messages shown in the app.
18-
- Added the ability to control if the WARP interface IPs are registered with
19-
DNS servers or not.
18+
- Added the ability to control if the WARP interface IPs are [registered with
19+
DNS servers](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#warp-interface-ip-dns-registration) or not.
2020
- Removed DNS logs view from the Windows client GUI. DNS logs can be viewed as
2121
part of `warp-diag` or by viewing the log file on the user's local directory.
2222
- Fixed issue that would result in a user receiving multiple re-authentication

src/content/warp-releases/windows/beta/2025.2.460.1.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ releaseNotes: >-
1010
1111
- Improved error messages shown in the app.
1212
13-
- Added the ability to control if the WARP interface IPs are registered with
14-
DNS servers or not.
13+
- Added the ability to control if the WARP interface IPs are [registered with
14+
DNS servers](/cloudflare-one/connections/connect-devices/warp/configure-warp/warp-settings/#warp-interface-ip-dns-registration) or not.
1515
1616
- Removed DNS logs view from the Windows client GUI. DNS logs can be viewed as
1717
part of `warp-diag` or by viewing the log file on the user's local directory.

0 commit comments

Comments
 (0)