summaryrefslogtreecommitdiff
path: root/helper/linux.go
AgeCommit message (Collapse)Author
2018-08-23[osx] don't drop privielegesRuben Pollan
The script client.down.sh needs to be run as root. As long as we don't implement another way to execute it from the helper let's not drop privileges on OSX. - Resolves: #23
2018-07-19[feat] add fixed openvpn args and parse the client onesRuben Pollan
2018-07-10[bug] define daemonize for all OSesRuben Pollan
2018-07-09[feat] provide gateways to the firewallRuben Pollan
- Resolves: #10
2018-07-04[feat] configure loggerRuben Pollan
2018-06-27[feat] first implementation of the helper in goRuben Pollan