diff --git a/internal/configuration/hidemyass.go b/internal/configuration/hidemyass.go index 9ec03051..e1065d0a 100644 --- a/internal/configuration/hidemyass.go +++ b/internal/configuration/hidemyass.go @@ -52,7 +52,7 @@ func (settings *Provider) readHideMyAss(r reader) (err error) { return err } - settings.ServerSelection.Hostnames, err = r.env.CSVInside("SERVER_HOSTNAME", constants.TorguardHostnamesChoices()) + settings.ServerSelection.Hostnames, err = r.env.CSVInside("SERVER_HOSTNAME", constants.HideMyAssHostnameChoices()) if err != nil { return err }