This commit is contained in:
Owen Schwartz 2025-01-04 23:52:24 -05:00
commit 4a791bdb6e
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD

View file

@ -296,7 +296,7 @@ func main() {
logger.Info("Received registration message")
if connected {
logger.Info("Already connected! Put I will send a ping anyway...")
logger.Info("Already connected! But I will send a ping anyway...")
// ping(tnet, wgData.ServerIP)
err = pingWithRetry(tnet, wgData.ServerIP)
if err != nil {