Files
gluetun/internal/updater/options.go
Quentin McGaw 049bc5b226 Mullvad updater (#228)
* Add Mullvad to updater cli
* Update hardcoded servers for Mullvad
2020-08-29 13:19:34 -04:00

10 lines
186 B
Go

package updater
type Options struct {
PIA bool
PIAold bool
Mullvad bool
File bool // update JSON file (user side)
Stdout bool // update constants file (maintainer side)
}