Hi,
On So 15 Jan 2017 15:20:27 CET, Niko Tyni wrote:
On Sat, Jan 14, 2017 at 02:25:51PM +, Mike Gabriel wrote:
Package: libnetaddr-ip-perl
Severity: important
Version: 4.079+dfsg-1
Resolving DNS names to IPv6 addresses with NetAddr::IP->new6($hostname)
fails and results in some IPv4'ish
On Sat, Jan 14, 2017 at 02:25:51PM +, Mike Gabriel wrote:
> Package: libnetaddr-ip-perl
> Severity: important
> Version: 4.079+dfsg-1
>
> Resolving DNS names to IPv6 addresses with NetAddr::IP->new6($hostname)
> fails and results in some IPv4'ish address with IPv6 syntax.
> 0:0:0:0:0:0:808:80
Package: libnetaddr-ip-perl
Severity: important
Version: 4.079+dfsg-1
Resolving DNS names to IPv6 addresses with
NetAddr::IP->new6($hostname) fails and results in some IPv4'ish
address with IPv6 syntax.
```
#!/usr/bin/perl
use NetAddr::IP;
my $hostname = "google-public-dns-a.google.com";
3 matches
Mail list logo