aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fine, go.modHEADmasterKevin Wallace2021-09-30
|
* parse origin info, fetch ASN nameKevin Wallace2021-09-30
|
* add -asn flag to look up ASN infoKevin Wallace2021-06-25
|
* update README.md examples now that NXDOMAINs are unreportedKevin Wallace2019-02-22
|
* catch NXDOMAIN-related errors on OSX, tooKevin Wallace2019-02-22
| | | | Maybe time to move off of the stdlib dns library. This error handling sucks.
* silence "no such host" errorsKevin Wallace2019-02-20
| | | | (strings.Contains hack because of https://github.com/golang/go/issues/28635)
* add -txt flag to also look up TXT recordsKevin Wallace2019-02-20
|
* new import pathKevin Wallace2018-02-15
|
* readmeKevin Wallace2017-05-24
|
* use stderr responsiblyKevin Wallace2016-06-10
|
* give up trying to distinguish 1.2.3.4 from ::ffff:1.2.3.4Kevin Wallace2016-06-09
| | | | | The Go net package goes to great lengths to treat them the same. This code didn't work. net.LookupAddr treats them both as v4 addresses. I give up.
* initial commitKevin Wallace2016-06-09