Skip to content
Snippets Groups Projects
  1. Oct 19, 2024
    • jkito's avatar
      helper: use unix socket for local api · d98efd23
      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
  2. Jul 22, 2024
  3. May 13, 2024
    • Pea Nut's avatar
      Use zerolog for logging, #771 · 3fcf8881
      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
      3fcf8881
  4. Feb 15, 2023
  5. Nov 29, 2021
  6. Sep 25, 2020
  7. Jun 12, 2020
  8. May 07, 2020
  9. Apr 30, 2020
  10. Apr 27, 2020
  11. Dec 17, 2019
  12. Nov 05, 2019
  13. Aug 16, 2019
  14. Aug 05, 2019
  15. May 04, 2019
  16. Mar 19, 2019
  17. Feb 28, 2019
  18. Feb 21, 2019
  19. Feb 12, 2019
  20. Feb 04, 2019
    • meskio's avatar
      [feat] Add -start-vpn flag · d0703ec2
      meskio authored
      The -start-vpn flag can be set to on or off to turn the vpn on or off
      just after launching bitmask-vpn. So it doesn't depend on the status of
      the vpn of the last run.
      
      - Resolves: #114
      d0703ec2
    • meskio's avatar
      [feat] add -disable-autostart flag and config · b9ef49b5
      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
      b9ef49b5
    • meskio's avatar
      [locales] update bengali translation · 51a4d191
      meskio authored
      51a4d191
  21. Jan 31, 2019
  22. Jan 17, 2019
  23. Jan 15, 2019
Loading