Skip to content
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

IPV6 results seem to all point to ::/0 #76

Open
blakethepatton opened this issue Oct 28, 2020 · 1 comment
Open

IPV6 results seem to all point to ::/0 #76

blakethepatton opened this issue Oct 28, 2020 · 1 comment

Comments

@blakethepatton
Copy link

First off, thanks for making a fork that's not dead.

$whois = new Whois();
$result = $whois->lookup('2607:f8b0:4007:811:0:0:0:200e');

Seems to get you the most generic result...

       "inet6num:       ::/0",
       "netname:        IANA-BLK",
       "descr:          The whole IPv6 address space",

When querying whois in console whois 2607:f8b0:4007:811:0:0:0:200e I get different results with more useful information

NetRange:       2607:F8B0:: - 2607:F8B0:FFFF:FFFF:FFFF:FFFF:FFFF:FFFF
CIDR:           2607:F8B0::/32
NetName:        GOOGLE-IPV6

I'm not sure what to make of this, mostly posing this to the community in case someone knows more than me about what's going on with ipv6 addresses and how I should address this problem. I suspect that I'll just end up needing to specify a different whois server.

@jsmitty12
Copy link
Owner

jsmitty12 commented Nov 10, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants