diff --git a/ipn/local.go b/ipn/local.go index a876d0dcc..9303be87f 100644 --- a/ipn/local.go +++ b/ipn/local.go @@ -603,6 +603,7 @@ func (b *LocalBackend) parseWgStatus(s *wgengine.Status) (ret EngineStatus) { peerKeys []string ) + ret.LiveDERPs = s.DERPs ret.LivePeers = map[tailcfg.NodeKey]wgengine.PeerStatus{} for _, p := range s.Peers { if !p.LastHandshake.IsZero() {