mirror of
https://github.com/fosrl/newt.git
synced 2025-05-12 21:20:39 +01:00
Merge branch 'main' of https://github.com/fosrl/newt
This commit is contained in:
commit
4a791bdb6e
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue