We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
host
Currently host validator does not accept :: as a valid IPv6 address.
::
There are three ways this can be solved:
node:net.isIPv6("::")
isIPv4
isIP
I see that this project has no imports from node's standard library. If this is by design, then 3. is out.