Skip to content

Commit 7e70b8d

Browse files
committed
fixup! feat(coderd): expire agents from server tailnet
1 parent fc5c176 commit 7e70b8d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tailnet/conn.go

+1
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ func (c *Conn) UpdateNodes(nodes []*Node, replacePeers bool) error {
511511
AllowedIPs: node.AllowedIPs,
512512
Endpoints: node.Endpoints,
513513
DERP: fmt.Sprintf("%s:%d", tailcfg.DerpMagicIP, node.PreferredDERP),
514+
Hostinfo: (&tailcfg.Hostinfo{}).View(),
514515
}
515516
if c.blockEndpoints {
516517
peerNode.Endpoints = nil

0 commit comments

Comments
 (0)