From 4e63a4fda3c13ba62e51e400e55415edca104ed5 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Mon, 10 Aug 2020 19:41:39 -0700 Subject: [PATCH] cmd/tailscale/cli: remove already done TODO --- cmd/tailscale/cli/up.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/tailscale/cli/up.go b/cmd/tailscale/cli/up.go index 8c26d7ca2..7b18da4c0 100644 --- a/cmd/tailscale/cli/up.go +++ b/cmd/tailscale/cli/up.go @@ -181,7 +181,6 @@ func runUp(ctx context.Context, args []string) error { } // TODO(apenwarr): fix different semantics between prefs and uflags - // TODO(apenwarr): allow setting/using CorpDNS prefs := ipn.NewPrefs() prefs.ControlURL = upArgs.server prefs.WantRunning = true