You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/cloudflare-one/connections/connect-devices/warp/configure-warp/route-traffic/index.mdx
+28Lines changed: 28 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,3 +52,31 @@ flowchart TD
52
52
A@{ shape: in-out}
53
53
n2@{ shape: proc}
54
54
```
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**.
0 commit comments