Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | add -asn flag to look up ASN info | Kevin Wallace | 2021-06-25 |
| | |||
* | update README.md examples now that NXDOMAINs are unreported | Kevin Wallace | 2019-02-22 |
| | |||
* | catch NXDOMAIN-related errors on OSX, too | Kevin Wallace | 2019-02-22 |
| | | | | Maybe time to move off of the stdlib dns library. This error handling sucks. | ||
* | silence "no such host" errors | Kevin Wallace | 2019-02-20 |
| | | | | (strings.Contains hack because of https://github.com/golang/go/issues/28635) | ||
* | add -txt flag to also look up TXT records | Kevin Wallace | 2019-02-20 |
| | |||
* | new import path | Kevin Wallace | 2018-02-15 |
| | |||
* | readme | Kevin Wallace | 2017-05-24 |
| | |||
* | use stderr responsibly | Kevin Wallace | 2016-06-10 |
| | |||
* | give up trying to distinguish 1.2.3.4 from ::ffff:1.2.3.4 | Kevin Wallace | 2016-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 commit | Kevin Wallace | 2016-06-09 |