Skip to content
Snippets Groups Projects
Commit 29f6493f authored by jkito's avatar jkito :skull:
Browse files

conf: set SkipLaunch to true during context initialization

this prevents starting openvpn connection automatically after
app start, since currently there's no preference setting  for
it to allow the user to control the behavior

this also sets DisableAutostart to true since it is currently
not working on any of the platforms
parent 3fedfdd3
Branches
Tags
1 merge request!239obfs4: stop obfs4 client and proxy in a go routine
......@@ -92,6 +92,8 @@ func InitializeBitmaskContext(provider string,
opts.Obfs4 = obfs4
opts.DisableAutostart = disableAutostart
opts.StartVPN = startVPN
opts.DisableAutostart = true
opts.SkipLaunch = true
go backend.InitializeBitmaskContext(opts)
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment