diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-01-09 12:11:34 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-01-10 11:58:51 +0100 |
| commit | cc00cd6b79fe979ecde06750057b6530c5045bfe (patch) | |
| tree | 79d1ed2188c5c1ab3883d5efd639f648bf5b64b8 | |
| parent | f4fd14dea00cf53b7e0bfc32008cee03ed827bff (diff) | |
| download | mullvadvpn-cc00cd6b79fe979ecde06750057b6530c5045bfe.tar.xz mullvadvpn-cc00cd6b79fe979ecde06750057b6530c5045bfe.zip | |
Document TALPID_DNS_MODULE on Windows
| -rw-r--r-- | README.md | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -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. |
