mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
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:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user