ipn/ipnlocal: update hostinfo when app connector state is toggled

Updates: https://github.com/tailscale/corp/issues/16041
Signed-off-by: Tom DNetto <tom@tailscale.com>
(cherry picked from commit 8a660a6513)
release-branch/1.54
Tom DNetto 2 years ago committed by Denton Gentry
parent 864484b758
commit b709a723ba
No known key found for this signature in database

@ -3970,6 +3970,7 @@ func (b *LocalBackend) applyPrefsToHostinfoLocked(hi *tailcfg.Hostinfo, prefs ip
// properly. This exists as an optimization to control to program fewer DNS
// records that have ingress enabled but are not actually being used.
hi.WireIngress = b.wantIngressLocked()
hi.AppConnector.Set(prefs.AppConnector().Advertise)
}
// enterState transitions the backend into newState, updating internal

Loading…
Cancel
Save