Skip to content

Commit

Permalink
Merge tag 'v1.54.1' into sunos-1.54
Browse files Browse the repository at this point in the history
Release 1.54.1
  • Loading branch information
nshalman committed Dec 4, 2023
2 parents 978290d + b78b245 commit 5355f31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.54.1
1 change: 1 addition & 0 deletions ipn/ipnlocal/local.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5355f31

Please sign in to comment.