Skip to content
Snippets Groups Projects

disable autostart and start-vpn flag

Merged meskio requested to merge meskio/bitmask-vpn:feat/100_autostart_flag into master
  1. 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
      Unverified
      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
      Unverified
      b9ef49b5
Loading