Remove PIA v3 servers support

This commit is contained in:
Quentin McGaw
2020-11-05 02:10:34 +00:00
parent 31883f9adb
commit a7a7efe9c3
21 changed files with 9 additions and 460 deletions

View File

@@ -5,7 +5,6 @@ type Options struct {
Mullvad bool
Nordvpn bool
PIA bool
PIAold bool
Purevpn bool
Surfshark bool
Vyprvpn bool
@@ -21,7 +20,6 @@ func NewOptions(dnsAddress string) Options {
Mullvad: true,
Nordvpn: true,
PIA: true,
PIAold: true,
Purevpn: true,
Surfshark: true,
Vyprvpn: true,