diff options
| author | David Lönnhager <david.l@mullvad.net> | 2023-03-01 09:54:47 +0100 |
|---|---|---|
| committer | David Lönnhager <david.l@mullvad.net> | 2023-03-01 15:06:33 +0100 |
| commit | 34d96528d55d78889be936dda556cb1d5c3cc3c7 (patch) | |
| tree | ca569321f905e3b23a411a759e4bd39bb7e131ce | |
| parent | d30f9ef9e83c79107a59406cae5f1cb5a4eae31b (diff) | |
| download | mullvadvpn-34d96528d55d78889be936dda556cb1d5c3cc3c7.tar.xz mullvadvpn-34d96528d55d78889be936dda556cb1d5c3cc3c7.zip | |
Update changelog and readme
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 148e65b012..fcf376d7a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,10 @@ Line wrap the file at 100 chars. Th - Add setting for quantum resistant tunnels to the desktop GUI. - Enable `TCP_NODELAY` for the socket used by WireGuard over TCP. Improves latency and performance. +#### Windows +- Use `SetInterfaceDnsSettings` to config DNS when it's available (on Windows 10, version 1809 and + above). + ### Changed - Update the Post-Quantum secure key exchange gRPC client to use the stabilized `PskExchangeV1` endpoint @@ -139,6 +139,7 @@ See [this](Release.md) for instructions on how to make a new release. * `"network-manager"`: use `NetworkManager` service through DBus * Windows + * `iphlpapi`: use the IP helper API * `netsh`: use the `netsh` program * `tcpip`: set TCP/IP parameters in the registry |
