Skip to content

Commit a95d3fb

Browse files
committed
Set default pia wireguard port to 1337.
1 parent fa4b3c1 commit a95d3fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/provider/privateinternetaccess/connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ func (p *Provider) GetConnection(selection settings.ServerSelection, ipv6Support
1919
defaults.OpenVPNTCPPort = 501
2020
defaults.OpenVPNUDPPort = 1197
2121
}
22+
defaults.WireguardPort = 1337
2223

2324
return utils.GetConnection(p.Name(),
2425
p.storage, selection, defaults, ipv6Supported, p.randSource)

0 commit comments

Comments
 (0)