-
- Downloads
[feat] add -disable-autostart flag and config
Make possible to disable the autostart configuration for the next run. I can be done by configuring "DisableAustostart" to true in the systra.json or by passing the '-disable-autostart' flag to the binary. To make that possible I have rework how the Config struct work separating the file configuration with the runtime configuration. - Resolves: #100
Showing
- cmd/bitmask-vpn/main.go 8 additions, 1 deletioncmd/bitmask-vpn/main.go
- pkg/bitmask/autostart.go 3 additions, 3 deletionspkg/bitmask/autostart.go
- pkg/bitmask/bitmaskd.go 1 addition, 1 deletionpkg/bitmask/bitmaskd.go
- pkg/systray/config.go 26 additions, 13 deletionspkg/systray/config.go
- pkg/systray/run.go 7 additions, 2 deletionspkg/systray/run.go
Please register or sign in to comment