summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorDavid Lönnhager <david.l@mullvad.net>2023-03-01 09:54:47 +0100
committerDavid Lönnhager <david.l@mullvad.net>2023-03-01 15:06:33 +0100
commit34d96528d55d78889be936dda556cb1d5c3cc3c7 (patch)
treeca569321f905e3b23a411a759e4bd39bb7e131ce
parentd30f9ef9e83c79107a59406cae5f1cb5a4eae31b (diff)
downloadmullvadvpn-34d96528d55d78889be936dda556cb1d5c3cc3c7.tar.xz
mullvadvpn-34d96528d55d78889be936dda556cb1d5c3cc3c7.zip
Update changelog and readme
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md1
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
diff --git a/README.md b/README.md
index 2f40f6e3e6..b87f4aaa62 100644
--- a/README.md
+++ b/README.md
@@ -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