hotfix(settings): hostnames merging

This commit is contained in:
Quentin McGaw
2022-01-07 22:41:57 +00:00
parent d6d529278e
commit 6f5a78c22b
2 changed files with 3 additions and 3 deletions

View File

@@ -64,7 +64,7 @@ func (r *Reader) readServerSelection(vpnProvider, vpnType string) (
return ss, fmt.Errorf("environment variable OWNED: %w", err)
}
// VPNUnlimited only
// VPNUnlimited and ProtonVPN only
ss.FreeOnly, err = envToBoolPtr("FREE_ONLY")
if err != nil {
return ss, fmt.Errorf("environment variable FREE_ONLY: %w", err)