cmd/tailscale/cli: remove already done TODO
parent
a9b1e3f9e8
commit
4e63a4fda3
|
@ -181,7 +181,6 @@ func runUp(ctx context.Context, args []string) error {
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(apenwarr): fix different semantics between prefs and uflags
|
// TODO(apenwarr): fix different semantics between prefs and uflags
|
||||||
// TODO(apenwarr): allow setting/using CorpDNS
|
|
||||||
prefs := ipn.NewPrefs()
|
prefs := ipn.NewPrefs()
|
||||||
prefs.ControlURL = upArgs.server
|
prefs.ControlURL = upArgs.server
|
||||||
prefs.WantRunning = true
|
prefs.WantRunning = true
|
||||||
|
|
Loading…
Reference in New Issue