- Oct 19, 2024
-
-
jkito authored
bitmask-vpn installs a daemon called bitmask-helper which exposes a http api to handle firewall up/down and openvpn connect/disconnect (only in macos) this daemon was listening on localhost, since it is meant to be only accessible to local processes we'v changed it to listen on a unix domain socket using unix socket allows to apply file permissions and restrict access to the api to only the intended user
-
- Jul 22, 2024
-
-
Pea Nut authored
cli (cmd/bitmask-helper/main.go and) and helpers (pkg/pickle/helpers.go) were also fixed.
-
- May 13, 2024
-
-
Pea Nut authored
Multiple log levels are supported and can be set via env variable (LOG_LEVEL) - trace (LOG_LEVEL=TRACE) - debug (LOG_LEVEL=DEBUG) - everything else: INFO
-
- Feb 15, 2023
-
-
- Nov 29, 2021
-
-
Kali Kaneko authored
-
- Sep 25, 2020
-
-
- Jun 12, 2020
-
-
Kali Kaneko authored
Signed-off-by:
kali kaneko (leap communications) <kali@leap.se>
-
- May 07, 2020
-
-
meskio authored
-
- Apr 30, 2020
-
-
Kali Kaneko authored
-
Kali Kaneko authored
-
Kali Kaneko authored
-
- Apr 27, 2020
-
-
meskio authored
-
- Dec 17, 2019
-
-
meskio authored
-
- Nov 05, 2019
-
-
meskio authored
-
- Aug 16, 2019
-
-
meskio authored
-
- Aug 05, 2019
-
-
- May 04, 2019
-
-
meskio authored
-
- Mar 19, 2019
-
-
meskio authored
-
- Feb 28, 2019
-
-
meskio authored
-
- Feb 21, 2019
-
-
meskio authored
-
- Feb 12, 2019
-
-
meskio authored
-
- Feb 04, 2019
-
-
meskio authored
Make possible to disable the autostart configuration for the next run. I can be done by configuring "DisableAustostart" to true in the systra.json or by passing the '-disable-autostart' flag to the binary. To make that possible I have rework how the Config struct work separating the file configuration with the runtime configuration. - Resolves: #100
-
meskio authored
- Jan 31, 2019
-
-
meskio authored
-
- Jan 17, 2019
-
-
meskio authored
-
- Jan 15, 2019