From 9bb991dcdb4f5073319f190d13053e9383ee8887 Mon Sep 17 00:00:00 2001 From: Kate Tungusova Date: Fri, 14 Mar 2025 12:59:03 +0100 Subject: [PATCH] [CF1] add dns suffixes --- .../configure-warp/route-traffic/index.mdx | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/index.mdx b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/index.mdx index 3fee5e085fb03f7..3a2eaba1f82a4ce 100644 --- a/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/index.mdx +++ b/src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/index.mdx @@ -52,3 +52,31 @@ flowchart TD A@{ shape: in-out} n2@{ shape: proc} ``` + +## Add a DNS suffix + +Support for DNS suffix search lists in WARP is currently in development. You can manually configure DNS suffixes at the device level using the following instructions. + +### macOS + +To manually configure a DNS suffix on macOS: + +1. Open **System Settings** (or **System Preferences** on older macOS versions). +2. Go to **Network** and select your active connection (**Wi-Fi** or **Ethernet**). +3. Select **Details** (or **Advanced**). +4. Go to the **DNS** tab. +5. Under **Search Domains**, select the `+` button and add your DNS suffix. +6. Select **OK**, then **Apply**. + +### Windows + +To manually configure a DNS suffix on Windows: + +1. Open the **Search** bar in Windows, type **View network connections**, and select **Open**. +2. Right-click the network adapter (**Wi-Fi** or **Ethernet**) you want to modify and select **Properties**. (Admin privileges required.) +3. Double-click **Internet Protocol Version 4 (TCP/IPv4)**. +4. In the **Internet Protocol (TCP/IP) Properties** window, select **Advanced**. +5. Go to the **DNS** tab. +6. Select **Append these DNS suffixes (in order)**. +7. Select **Add**, enter your DNS suffix and select **Add**. +8. Select **OK** on all windows to apply changes.