mirror of
https://github.com/fosrl/newt.git
synced 2025-05-13 05:30: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")
|
logger.Info("Received registration message")
|
||||||
|
|
||||||
if connected {
|
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)
|
// ping(tnet, wgData.ServerIP)
|
||||||
err = pingWithRetry(tnet, wgData.ServerIP)
|
err = pingWithRetry(tnet, wgData.ServerIP)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Reference in a new issue