diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2019-05-08 14:20:52 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2019-05-08 14:20:52 +0200 |
| commit | e365175bc7822982fb819d0d05043aadaeb3ef2d (patch) | |
| tree | 4d1fdb28a373a3ab9c491300d89edd6aad26aea9 | |
| parent | e7d94b77ba620ee5103ee72803eb6ed0abe49541 (diff) | |
| download | mullvadvpn-e365175bc7822982fb819d0d05043aadaeb3ef2d.tar.xz mullvadvpn-e365175bc7822982fb819d0d05043aadaeb3ef2d.zip | |
Add firewall changes to changelog
| -rw-r--r-- | CHANGELOG.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index f2127ff8cb..a1b5a83339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,15 @@ Line wrap the file at 100 chars. Th ### Added #### Linux - Add standard window decorations to the application window. +- Allow a subset of NDP (Router solicitation, router advertisement and redirects) in the firewall. + +### Changed +- Relax the allow local network rules slightly. only checking either source or destination IP field + instead of both. They are still unroutable + +### Fixed +- Stop allowing the wrong IPv6 net fe02::/16 in the firewall when allow local network was enabled. + Instead allow the correct multicast nets ff02::/16 and ff05::/16. ## [2019.4-beta1] - 2019-05-02 |
