unreachable via ipv6 & ipv4

I can curl my flask app via my fly-generated URL, but I cannot via my shared ipv4 or static ipv6 addresses.

ipv4 gets curl: (56) Recv failure: Connection reset by peer

ipv6 gets
curl: (7) Failed to connect to 2a09:8280:1::2c:ba66:1 port 80 after 2 ms: Couldn’t connect to server

Hey @thewhitelynx

That’s expected. Since a shared ipv4 is shared between multiple apps, fly-proxy needs a hostname or TLS SNI to route a request, since just the ipv4 address no longer uniquely maps to an app.

Does your network support ipv6? For example, can you reach ipv6.google.com?

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.