Mullvad updater (#228)

* Add Mullvad to updater cli
* Update hardcoded servers for Mullvad
This commit is contained in:
Quentin McGaw
2020-08-29 13:19:34 -04:00
committed by GitHub
parent d463e4cb69
commit 049bc5b226
11 changed files with 422 additions and 534 deletions

View File

@@ -1,8 +1,9 @@
package updater
type Options struct {
PIA bool
PIAold bool
File bool // update JSON file (user side)
Stdout bool // update constants file (maintainer side)
PIA bool
PIAold bool
Mullvad bool
File bool // update JSON file (user side)
Stdout bool // update constants file (maintainer side)
}