summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-06-14 21:45:48 +0200
committerkali kaneko (leap communications) <kali@leap.se>2021-06-14 21:45:58 +0200
commit45939be0800f8cb77dcac854706ed1c7ac757931 (patch)
tree314b32733c5126c4b7f53349f2818f9fcf865b88 /debian
parent1410e4cecccb860fc1dd29d1d4021ff72b5dc1ab (diff)
[feat] allow to define explicitely allowed private address
By default, bitmask-root allows traffic to devices in local networks. However, this behavior depends on it correctly identifying the local network of the default route, and it can fail on more complex network setups (one common failure mode is when one of the ifaces gets a link-local ip). This commit introduces an explicit mechanism, by parsing lines in /etc/bitmask/ipv4.allow /etc/bitmask/ipv6.allow If valid private ips are defined in either of the files, the behavior will change to fail close for local devices, and allow traffic (both tcp and udp) to the defined ips, on all ports. - Resolves: #503
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 55e1f6b..cb996ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-riseup-vpn (0.21.2.5) groovy; urgency=medium
+riseup-vpn (0.21.2.6) groovy; urgency=medium
* Initial Release.