Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 15.3
  • 15.1
  • 15.0
  • 14.0
  • 13.4
6 results

append1310.html

jkito's avatar
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
d98efd23
History