summaryrefslogtreecommitdiff
path: root/standalone/vpn.go
AgeCommit message (Collapse)Author
2019-01-09[feat] use firewall status to check if the vpn is in failed statusRuben Pollan
If openvpn is off, but the firewall is up, we are in a fail-close status and we should report it properly. - Resolves: #97
2018-12-21[bug] get vpn cert on vpn startRuben Pollan
Is not uncommon for the systray to be launched without internet access. For example in the autostart if the network hasn't come up yet. Let's fetch the vpn cert when the vpn is starting, instead of in the initialization of the standalone bitmask. So if the initialization happens when there is no network the systray doesn't fail to start. - Resolves: #88
2018-07-19[feat] most args are moved to the helperRuben Pollan
2018-06-25[feat] rename bitmask_go to standaloneRuben Pollan