Skip to content

Commit 425a8a3

Browse files
[CF1] add dns suffixes (#20818)
1 parent dc8ab2b commit 425a8a3

File tree

1 file changed

+28
-0
lines changed
  • src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic

1 file changed

+28
-0
lines changed

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,31 @@ flowchart TD
5252
A@{ shape: in-out}
5353
n2@{ shape: proc}
5454
```
55+
56+
## Add a DNS suffix
57+
58+
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.
59+
60+
### macOS
61+
62+
To manually configure a DNS suffix on macOS:
63+
64+
1. Open **System Settings** (or **System Preferences** on older macOS versions).
65+
2. Go to **Network** and select your active connection (**Wi-Fi** or **Ethernet**).
66+
3. Select **Details** (or **Advanced**).
67+
4. Go to the **DNS** tab.
68+
5. Under **Search Domains**, select the `+` button and add your DNS suffix.
69+
6. Select **OK**, then **Apply**.
70+
71+
### Windows
72+
73+
To manually configure a DNS suffix on Windows:
74+
75+
1. Open the **Search** bar in Windows, type **View network connections**, and select **Open**.
76+
2. Right-click the network adapter (**Wi-Fi** or **Ethernet**) you want to modify and select **Properties**. (Admin privileges required.)
77+
3. Double-click **Internet Protocol Version 4 (TCP/IPv4)**.
78+
4. In the **Internet Protocol (TCP/IP) Properties** window, select **Advanced**.
79+
5. Go to the **DNS** tab.
80+
6. Select **Append these DNS suffixes (in order)**.
81+
7. Select **Add**, enter your DNS suffix and select **Add**.
82+
8. Select **OK** on all windows to apply changes.

0 commit comments

Comments
 (0)