mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
fix(protonvpn): support port 51820 for UDP OpenVPN
This commit is contained in:
@@ -104,7 +104,7 @@ func (o OpenVPNSelection) validate(vpnProvider string) (err error) {
|
|||||||
allowedUDP = []uint16{53, 1194, 1197, 1198, 8080, 9201}
|
allowedUDP = []uint16{53, 1194, 1197, 1198, 8080, 9201}
|
||||||
case providers.Protonvpn:
|
case providers.Protonvpn:
|
||||||
allowedTCP = []uint16{443, 5995, 8443}
|
allowedTCP = []uint16{443, 5995, 8443}
|
||||||
allowedUDP = []uint16{80, 443, 1194, 4569, 5060}
|
allowedUDP = []uint16{80, 443, 1194, 4569, 5060, 51820}
|
||||||
case providers.SlickVPN:
|
case providers.SlickVPN:
|
||||||
allowedTCP = []uint16{443, 8080, 8888}
|
allowedTCP = []uint16{443, 8080, 8888}
|
||||||
allowedUDP = []uint16{443, 8080, 8888}
|
allowedUDP = []uint16{443, 8080, 8888}
|
||||||
|
|||||||
Reference in New Issue
Block a user