diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-10-30 16:47:56 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-10-30 16:59:57 +0100 |
| commit | c553d59b592ecd2ca6c10dd904eef0a643ef735b (patch) | |
| tree | e1138c5c55d94217f921160c7034098365ea2c3f | |
| parent | 46ddf2ba2265d75d46a3685a3b768324af8526ae (diff) | |
| download | mullvadvpn-c553d59b592ecd2ca6c10dd904eef0a643ef735b.tar.xz mullvadvpn-c553d59b592ecd2ca6c10dd904eef0a643ef735b.zip | |
Add Linux changes to changelog. Mostly DNS
| -rw-r--r-- | CHANGELOG.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 555c02e52d..f36621d1a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,12 +33,22 @@ Line wrap the file at 100 chars. Th ### Fixed - Pick new random relay for each reconnect attempt instead of just retrying with the same one. -- Disable GPU acceleration on Linux to fix App on Ubuntu 14.04 and other older distributions. - Make the `problem-report` tool fall back to the bundled API IP if DNS resolution fails. #### macOS - Correctly backup and restore search domains and other DNS settings. +#### Linux +- Disable GPU acceleration on Linux to fix App on Ubuntu 14.04 and other older distributions. +- Improve DNS management detection. Evaluates which way the system handles DNS before each new + VPN tunnel is established instead of only on computer boot. +- Set DNS search domain when using the systemd-resolved. Makes it work on Ubuntu 18.10. + +### Security +#### Linux +- Block all traffic to DNS servers other than the correct one in the tunnel. Stops potential DNS + leaks when "Local network sharing" was enabled and DNS management failed. + ## [2018.4] - 2018-10-16 ### Fixed |
