Skip to content

Commit b02f7d1

Browse files
committed
ipn/yegor: avoid 443 & 80
1 parent b041310 commit b02f7d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intra/ipn/rpn/yegor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ const (
127127
)
128128

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

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

0 commit comments

Comments
 (0)