I'm having an IPv6 connection problem on my Node.js server.
Posted by draky in discord-bots.
Hello, I’m trying to connect to Cloudflare’s challenge server from my Node.js server. The DNS lookup for "brunhild.challenges.cloudflare.com" returns only IPv6 addresses, and when I try to connect from my server, I receive: "ENETUNREACH" When I force an IPv4 DNS lookup, I receive: "ENOTFOUND" Does Wispbyte support outbound IPv6 connections on its servers? If so, is there a way to enable IPv6 connectivity for my server? Thank you.