Skip to content

Web Server not bound to IPv6 address #244

@thedufer

Description

@thedufer

nodejs.org is advertising both IPv4 and IPv6 addresses:

> dig nodejs.org AAAA
...
nodejs.org.     235 IN  AAAA    2400:cb00:2048:1::6814:162e
nodejs.org.     235 IN  AAAA    2400:cb00:2048:1::6814:172e
> dig nodejs.org A
...
nodejs.org.     203 IN  A   104.20.23.46
nodejs.org.     203 IN  A   104.20.22.46

However, connections to the IPv6 addresses simply hang until the client times out. This means that remote nvm commands, when curl chooses to try v6, take a minimum of 2 minutes. This is true of the newest nvm (0.29.0).

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions