From 85155ddaf311ea9cffbdf0de495e3794f5e89526 Mon Sep 17 00:00:00 2001 From: James Tucker Date: Thu, 14 Sep 2023 09:58:36 -0700 Subject: [PATCH] tailcfg: remove completed TODO from IsWireGuardOnly Updates #7826 Signed-off-by: James Tucker --- tailcfg/tailcfg.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tailcfg/tailcfg.go b/tailcfg/tailcfg.go index c6c1edd5a..4fff81089 100644 --- a/tailcfg/tailcfg.go +++ b/tailcfg/tailcfg.go @@ -334,8 +334,7 @@ type Node struct { // IsWireGuardOnly indicates that this is a non-Tailscale WireGuard peer, it // is not expected to speak Disco or DERP, and it must have Endpoints in - // order to be reachable. TODO(#7826): 2023-04-06: only the first parseable - // Endpoint is used, see #7826 for updates. + // order to be reachable. IsWireGuardOnly bool `json:",omitempty"` }