You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
On Wed, Oct 28, 2020 at 5:24 PM Blake Patton ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABEPD2U6WLFWW6OIISR3FTSNCDXRANCNFSM4TC4LIAA>
.
First off, thanks for making a fork that's not dead.
Seems to get you the most generic result...
When querying whois in console
whois 2607:f8b0:4007:811:0:0:0:200e
I get different results with more useful informationI'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.
The text was updated successfully, but these errors were encountered: