Skip to content

Commit f4e17a4

Browse files
Merge pull request #22 from fosrl/dev
Fix 51820 typo
2 parents 623be5e + ab544fc commit f4e17a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func main() {
358358
if err != nil {
359359
// Handle complete failure after all retries
360360
logger.Warn("Failed to ping %s: %v", wgData.ServerIP, err)
361-
logger.Warn("HINT: Do you have UDP port 51280 (or the port in config.yml) open on your Pangolin server?")
361+
logger.Warn("HINT: Do you have UDP port 51820 (or the port in config.yml) open on your Pangolin server?")
362362
}
363363
return
364364
}

0 commit comments

Comments
 (0)