diff options
| author | James Tucker <james@tailscale.com> | 2023-10-27 12:50:45 -0700 |
|---|---|---|
| committer | James Tucker <jftucker@gmail.com> | 2023-11-01 10:55:47 -0700 |
| commit | 09fcbae9004fd3f4cdada745248d3d798ce33613 (patch) | |
| tree | 58093029fcf117eefeede8290467ba724a9ad956 | |
| parent | 32ebc035918eb71441dd9013e9bee5514bcf124a (diff) | |
| download | tailscale-09fcbae9004fd3f4cdada745248d3d798ce33613.tar.xz tailscale-09fcbae9004fd3f4cdada745248d3d798ce33613.zip | |
net/dnscache: remove completed TODO
The other IP types don't appear to be imported anymore, and after a scan
through I couldn't see any substantial usage of other representations,
so I think this TODO is complete.
Updates #cleanup
Signed-off-by: James Tucker <james@tailscale.com>
| -rw-r--r-- | net/dnscache/dnscache.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dnscache/dnscache.go b/net/dnscache/dnscache.go index f3fd50fb9..e0d6af4c1 100644 --- a/net/dnscache/dnscache.go +++ b/net/dnscache/dnscache.go @@ -1,8 +1,6 @@ // Copyright (c) Tailscale Inc & AUTHORS // SPDX-License-Identifier: BSD-3-Clause -// TODO(bradfitz): update this code to use netaddr more - // Package dnscache contains a minimal DNS cache that makes a bunch of // assumptions that are only valid for us. Not recommended for general use. package dnscache |
