Skip to content

use unix socket for bitmask-helper local api

jkito requested to merge unix-socket into main

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 helper 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

Merge request reports

Loading