mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-14 04:20:04 +02:00
049bc5b226
* Add Mullvad to updater cli * Update hardcoded servers for Mullvad
10 lines
186 B
Go
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)
|
|
}
|