We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6960b27 commit 6eb0838Copy full SHA for 6eb0838
features/wireguard/create-your-vpn-network.md
@@ -56,10 +56,12 @@ is the set of IP addresses the localhost should route to the remote peer through
56
57
### DNS
58
59
-DNS specifies DNS resolvers to query when the Wireguard interface is up and domains to search for unqualified hostnames.
+DNS specifies DNS resolver to query when the WireGuard interface is up.
60
61
-{% hint style="info" %}
62
-No worries if you get something wrong you can always change it later
+{% hint style="danger" %}
+For now defguard (and defguard client) **only supports a single DNS server** (single IP) and doesn't support DNS search domains.
63
+
64
+So dns server should be one IP, like: 10.10.10.1
65
{% endhint %}
66
67
## What to do after wizard completion?
0 commit comments