Quantcast
Channel: IPv6?
Browsing all 5 articles
Browse latest View live

IPv6?

In starting up a Vapor app, we specify a hostname to listen on. In the Dockerfile template this defaults to 0.0.0.0, which is IPv4 localhost. I'm wondering: is there a way to support listening on both...

View Article



IPv6?

Yup: listen on ::. IPv6 supports the idea of an "IPv4-mapped IPv6 address". So long as Vapor doesn't set the IPV6_V6ONLY socket option (or its NIO spelling, NIOBSDSocket.Option.ipv6_v6only then this...

View Article

IPv6?

Welp, it turns out that Vapor doesn't like IPv6. Just, you know, FYI. Sad face. Building for debugging... Build complete! (7.90s) [ NOTICE ] Server starting on http://:::8080...

View Article

IPv6?

Are you sure this is Vapor? This is NIO reporting the error, which suggests that your system doesn't have IPv6 at all. Can you show me ifconfig from within the container? Read full topic

View Article

Image may be NSFW.
Clik here to view.

IPv6?

sorry for bumping the ancient thread, but i had the same problem and the solution was to enable ipv6 in docker itself. if you’re using docker-compose, you also have to follow the steps to enable ipv6...

View Article

Browsing all 5 articles
Browse latest View live




Latest Images