Fix public IP on restarts, refers to 359

This commit is contained in:
Quentin McGaw
2021-01-29 00:06:55 +00:00
parent bc83b75634
commit 5194361f3b
3 changed files with 35 additions and 32 deletions

View File

@@ -138,7 +138,6 @@ func (l *looper) Run(ctx context.Context, wg *sync.WaitGroup) {
}
return
case <-l.start:
l.logger.Info("starting")
getCancel()
stayHere = false
case <-l.stop: