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
|`WG_VPN_GATEWAY_INTERFACE`|`--vpn-gateway-interface`|`vpn.gatewayInterface`||_default gateway interface (e.g. eth0)_| The VPN gateway interface. VPN client traffic will be forwarded to this interface. |
41
50
|`WG_VPN_ALLOWED_IPS`|`--vpn-allowed-ips`|`vpn.allowedIPs`||`0.0.0.0/0, ::/0`| Allowed IPs that clients may route through this VPN. This will be set in the client's WireGuard connection file and routing is also enforced by the server using iptables. |
42
51
|`WG_DNS_ENABLED`|`--[no-]dns-enabled`|`dns.enabled`||`true`| Enable/disable the embedded DNS proxy server. This is enabled by default and allows VPN clients to avoid DNS leaks by sending all DNS requests to wg-access-server itself. |
43
-
|`WG_DNS_UPSTREAM`|`--dns-upstream`|`dns.upstream`||_resolvconf autodetection or Cloudflare DNS_| The upstream DNS server to proxy DNS requests to. By default the host machine's resolveconf configuration is used to find it's upstream DNS server, with a fallback to Cloudflare. |
52
+
|`WG_DNS_UPSTREAM`|`--dns-upstream`|`dns.upstream`||_resolvconf autodetection or Cloudflare DNS_| The upstream DNS servers to proxy DNS requests to. By default the host machine's resolveconf configuration is used to find its upstream DNS server, with a fallback to Cloudflare. |
44
53
|`WG_DNS_DOMAIN`|`--dns-domain`|`dns.domain`||| A domain to serve configured devices authoritatively. Queries for names in the format <device>.<user>.<domain> will be answered with the device's IP addresses. |
0 commit comments