summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJonathan <jonathan@mullvad.net>2022-06-13 15:37:51 +0200
committerJonathan <jonathan@mullvad.net>2022-06-13 15:49:05 +0200
commit39ef244d82e708039c6d546068a2e7c8de0063a2 (patch)
tree13929fd3519959e688d5de38d49a3cabc02718e2
parent3f089faace4f64dd1b94888ff016add13eda5731 (diff)
downloadmullvadvpn-39ef244d82e708039c6d546068a2e7c8de0063a2.tar.xz
mullvadvpn-39ef244d82e708039c6d546068a2e7c8de0063a2.zip
Add changelog entry for setting WG tunnel MTU
Make sure that the WG MTU change is noted down in the changelog.
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7684acf14..0dbdf18d11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,9 @@ Line wrap the file at 100 chars. Th
### Added
- Add option to filter relays by ownership in the desktop apps.
+#### Linux
+- Automatically attempt to detect and set the correct MTU for Wireguard tunnels.
+
### Changed
- Display consistent colors regardless of monitor color profile.