fix(provider/pia): update default OpenVPN ports

- 8080 for UDP
- 8443 for TCP
- According to https://github.com/pia-foss/manual-connections/commit/8a75e46be81583d17f9ab3570881419b35000969
- Credits to @darthShadow
This commit is contained in:
Quentin McGaw
2026-05-06 05:00:39 +00:00
parent 12f08bf5ad
commit 548e4342c9
2 changed files with 3 additions and 3 deletions
@@ -17,8 +17,8 @@ func (p *Provider) GetConnection(selection settings.ServerSelection, ipv6Support
defaults.OpenVPNTCPPort = 502
defaults.OpenVPNUDPPort = 1198
case presets.Strong:
defaults.OpenVPNTCPPort = 501
defaults.OpenVPNUDPPort = 1197
defaults.OpenVPNTCPPort = 8443
defaults.OpenVPNUDPPort = 8080
}
return utils.GetConnection(p.Name(),