-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there any way I can obtain routes with specified origin #198
Comments
ipwhois.asn.ASNOrigin pulls routes and other info already: Correct me if I'm wrong, but !g just returns the same routes, but without all the other information. |
Thanks @secynic ! Yes it can get the response. However, I found several issues in current project.
Here is my test results before and after my modification. #199 may fix these problems. |
Thanks for the feedback, see my responses below.
I can't accept your pull request for the following reasons:
|
On a similar note, I want to be able to take any ASN and find its country without having to specify an IP address or network. Is there a way to do this in the current version of ipwhois? |
@ZaneHintzman Not currently. I know you can get this data via Cymru ASN lookups. Marking this as an enhancement. |
I wonder is there any function I can use to obtain routes with specified origin.
It should has the similar results as the
!g
option, for exmapleIt is preferred to return a list of ipaddress network objects or at least a list of CIDRs instead of just plain text.
The text was updated successfully, but these errors were encountered: