summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2019-05-08 14:20:52 +0200
committerLinus Färnstrand <linus@mullvad.net>2019-05-08 14:20:52 +0200
commite365175bc7822982fb819d0d05043aadaeb3ef2d (patch)
tree4d1fdb28a373a3ab9c491300d89edd6aad26aea9
parente7d94b77ba620ee5103ee72803eb6ed0abe49541 (diff)
downloadmullvadvpn-e365175bc7822982fb819d0d05043aadaeb3ef2d.tar.xz
mullvadvpn-e365175bc7822982fb819d0d05043aadaeb3ef2d.zip
Add firewall changes to changelog
-rw-r--r--CHANGELOG.md9
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