Skip to content

Commit

Permalink
locally cache ip lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
mh0lt committed Aug 4, 2024
1 parent 243ff4c commit 04af86a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tracker_scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ func (me *trackerScraper) getIp() (ip net.IP, err error) {
ips, err = me.lookupTrackerIp(&me.u)
} else {
// Do a regular dns lookup
fmt.Println("LU", me.u.Hostname())
ips, err = net.LookupIP(me.u.Hostname())
}

Expand Down

0 comments on commit 04af86a

Please sign in to comment.