diff --git a/portlist/netstat.go b/portlist/netstat.go index 132367ca9..4408d3efd 100644 --- a/portlist/netstat.go +++ b/portlist/netstat.go @@ -99,10 +99,6 @@ func appendParsePortsNetstat(base []Port, br *bufio.Reader) ([]Port, error) { // not interested in non-listener sockets continue } - if isLoopbackAddr(laddr) { - // not interested in loopback-bound listeners - continue - } } else if mem.HasPrefixFold(protos, mem.S("udp")) { if len(cols) < 3 { continue