summaryrefslogtreecommitdiff
path: root/pkg/linux/bitmask-root
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/linux/bitmask-root')
-rwxr-xr-xpkg/linux/bitmask-root5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root
index ee195e3b..622a0b8a 100755
--- a/pkg/linux/bitmask-root
+++ b/pkg/linux/bitmask-root
@@ -51,7 +51,7 @@ cmdcheck = subprocess.check_output
# CONSTANTS
#
-VERSION = "3"
+VERSION = "4"
SCRIPT = "bitmask-root"
NAMESERVER = "10.42.0.1"
BITMASK_CHAIN = "bitmask"
@@ -96,7 +96,8 @@ ALLOWED_FLAGS = {
"--management-client-user": ["USER"],
"--cert": ["FILE"],
"--key": ["FILE"],
- "--ca": ["FILE"]
+ "--ca": ["FILE"],
+ "--fragment": ["NUMBER"]
}
PARAM_FORMATS = {