* Support for all VPN providers * Update all VPN providers servers information * Remove old tooling binaries
17 lines
322 B
Go
17 lines
322 B
Go
package updater
|
|
|
|
type Options struct {
|
|
Cyberghost bool
|
|
Mullvad bool
|
|
Nordvpn bool
|
|
PIA bool
|
|
PIAold bool
|
|
Purevpn bool
|
|
Surfshark bool
|
|
Vyprvpn bool
|
|
Windscribe bool
|
|
File bool // update JSON file (user side)
|
|
Stdout bool // update constants file (maintainer side)
|
|
DNSAddress string
|
|
}
|