diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-01-12 11:05:07 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-01-12 11:05:07 +0100 |
commit | a351693bc2e13c31352b46d54689618a1606342f (patch) | |
tree | 10e6941e575e24d235389bec21b4d19f69d9a1a1 /src/leap/bitmask/vpn | |
parent | a57a5191216f22718995dad4062243a39fd69626 (diff) |
[feat] bump bitmask-root version
Diffstat (limited to 'src/leap/bitmask/vpn')
-rwxr-xr-x | src/leap/bitmask/vpn/helpers/linux/bitmask-root | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leap/bitmask/vpn/helpers/linux/bitmask-root b/src/leap/bitmask/vpn/helpers/linux/bitmask-root index 5c80956a..7a3660b3 100755 --- a/src/leap/bitmask/vpn/helpers/linux/bitmask-root +++ b/src/leap/bitmask/vpn/helpers/linux/bitmask-root @@ -82,7 +82,7 @@ def get_no_group_name(): return None -VERSION = "7" +VERSION = "8" SCRIPT = "bitmask-root" NAMESERVER = "10.42.0.1" BITMASK_CHAIN = "bitmask" |