Skip to content
Snippets Groups Projects
Unverified Commit 0a9958eb authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] bitmask-vpn needs tun-ipv6 flag

parent 4b639131
Branches
Tags
1 merge request!275[bug] bitmask-vpn needs tun-ipv6 flag
Pipeline #24917 failed
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment