Fix: ProtonVPN SERVER_NAME

This commit is contained in:
Quentin McGaw
2021-05-08 19:32:16 +00:00
parent 2ec2f45c82
commit d7db105a2f

View File

@@ -61,7 +61,7 @@ func (settings *Provider) readProtonvpn(r reader) (err error) {
return err
}
settings.ServerSelection.Hostnames, err = r.env.CSVInside("SERVER_NAME", constants.ProtonvpnNameChoices())
settings.ServerSelection.Names, err = r.env.CSVInside("SERVER_NAME", constants.ProtonvpnNameChoices())
if err != nil {
return err
}