summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2019-05-23 14:31:47 +0200
committerKali Kaneko <kali@leap.se>2019-05-23 14:31:47 +0200
commit0a9958ebc6bf8dff9602a8cb8fb973ce3f09b2f9 (patch)
treef35ddb4e706e413117cf6e11ed4ed56c37fb94a7
parent4b63913139cd95d3cda9b0b74f95554dcb561814 (diff)
[bug] bitmask-vpn needs tun-ipv6 flag
-rwxr-xr-xsrc/leap/bitmask/vpn/helpers/linux/bitmask-root3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/bitmask-root b/src/leap/bitmask/vpn/helpers/linux/bitmask-root
index 52c1838b..1b358ff6 100755
--- a/src/leap/bitmask/vpn/helpers/linux/bitmask-root
+++ b/src/leap/bitmask/vpn/helpers/linux/bitmask-root
@@ -84,7 +84,7 @@ def get_no_group_name():
return None
-VERSION = "10"
+VERSION = "11"
SCRIPT = "bitmask-root"
NAMESERVER_TCP = "10.41.0.1"
NAMESERVER_UDP = "10.42.0.1"
@@ -143,6 +143,7 @@ ALLOWED_FLAGS = {
"--keepalive": ["NUMBER", "NUMBER"],
"--verb": ["NUMBER"],
"--management-client": [],
+ "--tun-ipv6": [],
}
PARAM_FORMATS = {