summaryrefslogtreecommitdiff
path: root/helper/darwin.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-18[pkg] don't hung if OSX firewall is not upRuben Pollan
On reseting the gateway table we should not hung if the table doesn't exist. Let's just print a log message.
2018-07-09[style] move the daemoninze to be used only on darwinRuben Pollan
2018-07-09[feat] provide gateways to the firewallRuben Pollan
- Resolves: #10
2018-07-07[feat] port osx firewall implementationKali Kaneko
2018-07-04[feat] configure loggerRuben Pollan
2018-06-27[feat] first implementation of the helper in goRuben Pollan