Skip to content

Commit fdca594

Browse files
committed
Add PIA to Wireguard allowed providers list.
1 parent 61c76dc commit fdca594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/configuration/settings/provider.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ func (p *Provider) validate(vpnType string, storage Storage) (err error) {
3636
providers.Ivpn,
3737
providers.Mullvad,
3838
providers.Nordvpn,
39+
providers.PrivateInternetAccess,
3940
providers.Surfshark,
4041
providers.Windscribe,
4142
}

0 commit comments

Comments
 (0)