This repository was archived by the owner on Oct 27, 2023. It is now read-only.

Description
Chrome doesn't resolve DNS queries to the yggdrasil addresses while firefox does. I found one solution to this problem, you might consider adding this route creation at the start
Add a network route to 2001:4860:4860::8888. Doesn't have to actually be functional (could just drop requests to it). As long as Chrome can connect a UDP socket to the address, it will pass the heuristic checking IPv6-connectivity.
https://chromium.googlesource.com/chromium/src/+/refs/heads/main/net/dns/README.md
Here is the issue from Yggdrasil's repo yggdrasil-network/yggdrasil-go#883, I don't think they are gonna implement that