Skip to content

Commit 5b18a9c

Browse files
committed
Disable captive portal check
1 parent bb65814 commit 5b18a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipn/ipnlocal/local.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5235,7 +5235,7 @@ func (b *LocalBackend) enterStateLockedOnEntry(newState ipn.State, unlock unlock
52355235
// can be shut down if we transition away from Running.
52365236
if b.captiveCancel == nil {
52375237
b.captiveCtx, b.captiveCancel = context.WithCancel(b.ctx)
5238-
b.goTracker.Go(func() { b.checkCaptivePortalLoop(b.captiveCtx) })
5238+
//b.goTracker.Go(func() { b.checkCaptivePortalLoop(b.captiveCtx) })
52395239
}
52405240
} else if oldState == ipn.Running {
52415241
// Transitioning away from running.

0 commit comments

Comments
 (0)