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

[bug] let's float

parent 9103f2f8
No related branches found
No related tags found
No related merge requests found
......@@ -167,6 +167,7 @@ ALLOWED_FLAGS = {
"--verb": ["NUMBER"],
"--management-client": [],
"--tun-ipv6": [],
"--float: [],
}
PARAM_FORMATS = {
......
......@@ -181,7 +181,8 @@ func (b *Bitmask) startOpenVPN() error {
"--ca", b.getTempCaCertPath(),
"--cert", b.certPemPath,
"--key", b.certPemPath,
"--persist-tun")
"--persist-tun",
"--float")
/* persist-tun is needed for reconnects */
return b.launch.openvpnStart(arg...)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment