Merge pull request #22 from fosrl/dev

Fix 51820 typo
This commit is contained in:
Owen Schwartz
2025-03-14 18:52:18 -04:00
committed by GitHub

View File

@@ -358,7 +358,7 @@ func main() {
if err != nil {
// Handle complete failure after all retries
logger.Warn("Failed to ping %s: %v", wgData.ServerIP, err)
logger.Warn("HINT: Do you have UDP port 51280 (or the port in config.yml) open on your Pangolin server?")
logger.Warn("HINT: Do you have UDP port 51820 (or the port in config.yml) open on your Pangolin server?")
}
return
}