summaryrefslogtreecommitdiff
path: root/helper
AgeCommit message (Collapse)Author
2019-01-17[refactor] move helper into bitmask-systray repoRuben Pollan
2019-01-10[feat] add /firewall/isupRuben Pollan
- Related: bitmask-systray#97
2018-09-12[bug] use the tcp nameserver instead of the udp oneRuben Pollan
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-08-02[bug] apply openvpn platform specific flagsRuben Pollan
- Resolves: #20
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-10[bug] define daemonize for all OSesRuben Pollan
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-07[feat] daemonize helper in osxKali Kaneko
a daemon is expected
2018-07-04[feat] configure loggerRuben Pollan
2018-07-03[bug] use the correct path of openvpnRuben Pollan
2018-07-03[feat] ignore kill errorsRuben Pollan
2018-06-27[feat] first implementation of the helper in goRuben Pollan
2018-06-25[feat] nim helperKali Kaneko (leap communications)