diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-10-10 10:51:22 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-10-10 12:36:00 +0200 |
| commit | 384a51bb062fac12ebe590a0b0fb4557372d04e9 (patch) | |
| tree | 3206ac6a3c684acd250a61bd681805edf1794409 | |
| parent | 93d4c43cd7f522881b42fb8c9118a8c0e7925e96 (diff) | |
| download | mullvadvpn-384a51bb062fac12ebe590a0b0fb4557372d04e9.tar.xz mullvadvpn-384a51bb062fac12ebe590a0b0fb4557372d04e9.zip | |
Add to changelog
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 49b695afb9..d355213654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,15 +23,17 @@ Line wrap the file at 100 chars. Th ## [Unreleased] +### Added +- Fall back and try to connect over TCP port 443 if protocol is set to automatic and two attempts + with UDP fail in a row. If that also fails, alternate between UDP and TCP with random ports. + ### Fixed - Place Mssfix setting inside scrollable area +- Pick new random relay for each reconnect attempt instead of just retrying with the same one. #### Linux - The app will have it's window resized correctly when display scaling settings are changed. This should also fix bad window behaviour on startup. - -### Fixed -#### Linux - Fixed systemd-resolved DNS management. |
