ipisp icon indicating copy to clipboard operation
ipisp copied to clipboard

Query IP address network information in Go

Results 3 ipisp issues
Sort by recently updated
recently updated
newest added

When using the `whoisClient` and the `LookupIPs` function there are times when Cymru returns multiple ASNs (I haven't looked into why). Because of the `finished` boolean checking the length of...

A new resolver is created at the start of the `LookupIP` and `LookupASN` functions. https://github.com/ammario/ipisp/blob/a1960f6b8c8e16b3e91b7694d2cb480df3054582/dnsclient.go#L18 Would it be possible to provide a custom resolver in the following way? ```go client...