summaryrefslogtreecommitdiff
path: root/standalone/launcher.go
AgeCommit message (Collapse)Author
2019-01-15[feat] Reorganize codeRuben Pollan
Let's use a more structured folder system: https://github.com/golang-standards/project-layout - Resolves: #99
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-06-26[feat] add support for the helper in goRuben Pollan