-
Is there any way to let the node/miner listen to IPv6?
Currently a connect to IPv6 peer
```
peer connect /ip6/240e:xxxx:xxxx::xxx/tcp/44158
```
returns
```
Failed to connect to "/ip6/240e:…
-
When I try `wttr.in/`,it cannot fetch correct info. So does `wttr.in` support IPv6 ? If does how to fetch correct info ?
Thanks.
-
As Fail2ban is supporting IPV6 right now. Please consider supporting it.
New ticket as the old one about Fail2ban and IPV6 is closed.
https://github.com/fail2ban/fail2ban/releases
-
```
Server is not always listning on IPV4
```
Original issue reported on code.google.com by `pierredu...@gmail.com` on 7 Mar 2010 at 7:20
-
```
adns-1.5.0 supports ipv6. The appended pathc extends adns-python to query for
AAAA records. I guess ipv6 reverse lookups should also be added.
```
Original issue reported on code.google.com …
-
```
What device(s) are you experiencing the problem on?
HTC Desire HD
What firmware version are you running on the device?
Android 2.2
What steps will reproduce the problem?
1. Create the following …
-
```
Server is not always listning on IPV4
```
Original issue reported on code.google.com by `pierredu...@gmail.com` on 7 Mar 2010 at 7:20
-
```
While trying to remedy the issue of VPN/network interface selection
support, I discovered that Alliance only handles IPv4 addresses. Although
it's already capable of binding to IPv6 addresses.
In…
-
```
We need to have support for IPv6 blocking. We currently block IPv4
addresses "masking" themselves via IPv6/Teredo, but have no support for
IPv6 addresses themselves.
One requirement for this wil…
-
```
I noticed the library does not support IPv6, so I made a few small changes and
all the unit tests passed. Is there a plan for implementing this in the
library?
The changes mainly consist of cr…