summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-01-09 12:11:34 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-01-10 11:58:51 +0100
commitcc00cd6b79fe979ecde06750057b6530c5045bfe (patch)
tree79d1ed2188c5c1ab3883d5efd639f648bf5b64b8
parentf4fd14dea00cf53b7e0bfc32008cee03ed827bff (diff)
downloadmullvadvpn-cc00cd6b79fe979ecde06750057b6530c5045bfe.tar.xz
mullvadvpn-cc00cd6b79fe979ecde06750057b6530c5045bfe.zip
Document TALPID_DNS_MODULE on Windows
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 64e7992694..3e590dc13d 100644
--- a/README.md
+++ b/README.md
@@ -128,14 +128,20 @@ See [this](Release.md) for instructions on how to make a new release.
that will be receiving relay traffic, and `src_valid_mark` is not set to `1`, the daemon will
not be able to receive relay traffic.
-* `TALPID_DNS_MODULE` - Allows changing the method that will be used for DNS configuration on Linux.
+* `TALPID_DNS_MODULE` - Allows changing the method that will be used for DNS configuration.
By default this is automatically detected, but you can set it to one of the options below to
- choose a specific method:
+ choose a specific method.
+
+ * Linux
* `"static-file"`: change the `/etc/resolv.conf` file directly
* `"resolvconf"`: use the `resolvconf` program
* `"systemd"`: use systemd's `resolved` service through DBus
* `"network-manager"`: use `NetworkManager` service through DBus
+ * Windows
+ * `netsh`: use the `netsh` program
+ * `tcpip`: set TCP/IP parameters in the registry
+
* `TALPID_FORCE_USERSPACE_WIREGUARD` - Forces the daemon to use the userspace implementation of
WireGuard on Linux.