Skip to content

Commit 89dbcec

Browse files
committed
ipn/yegor: port 443 or 80 for now
1 parent 92d3a78 commit 89dbcec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

intra/ipn/rpn/yegor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const (
120120
)
121121

122122
// github.com/Windscribe/Android-App/blob/746d505dc69/base/src/main/res/raw/port_map.txt#L76
123-
var wswgports = []string{ /*0th & 1st pos must always be 443, 80; see wsRandomPort */ "443", "53", "80", "123", "1194", "65142"}
123+
var wswgports = []string{ /*0th & 1st pos must always be 443, 80; see wsRandomPort */ "443", "80", "53", "123", "1194", "65142"}
124124

125125
var (
126126
errWsBadGatewayArgs = errors.New("ws: cannot make gw; missing args")

0 commit comments

Comments
 (0)