diff --git a/internal/webconnectivityalgo/dnswhoami.go b/internal/webconnectivityalgo/dnswhoami.go index 7e5d8c6f9..c57dd9f26 100644 --- a/internal/webconnectivityalgo/dnswhoami.go +++ b/internal/webconnectivityalgo/dnswhoami.go @@ -23,7 +23,7 @@ type DNSWhoamiInfoEntry struct { Address string `json:"address"` } -// dnsWhoamiInfoTimedEntry wraps a [DNSWhoamiInfoEntry]. +// dnsWhoamiInfoTimedEntry keeps an address and the time we create the entry together. type dnsWhoamiInfoTimedEntry struct { Addr string T time.Time