-
Is it possible to connect to a database that only listens on IPv6? I am using a URI of the following format to connect:
This generates an error message like this:
It looks like only the A record for this domain is checked. Is there a flag to prefer IPv6? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found the solution in the meantime ... First I tried Node's --dns-result-order flag without success. But eventually it dawned on me, that the host very well had IPv6 connectivity, but the Docker container trying to connect to the DB did not 😅. |
Beta Was this translation helpful? Give feedback.
Found the solution in the meantime ...
First I tried Node's --dns-result-order flag without success. But eventually it dawned on me, that the host very well had IPv6 connectivity, but the Docker container trying to connect to the DB did not 😅.