Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove dependency from cloudflare dns #3024

Open
cammellos opened this issue Dec 14, 2022 · 0 comments
Open

Remove dependency from cloudflare dns #3024

cammellos opened this issue Dec 14, 2022 · 0 comments
Assignees

Comments

@cammellos
Copy link
Contributor

There's an issue on ios/android platform where go-mobile can't resolve dns entries, as a quick fix, we hardcoded cloudflare dns

discoveredNodes, err := dnsdisc.RetrieveNodes(ctx, enrtreeAddress, dnsdisc.WithNameserver("1.1.1.1"))
, we need to find a way to use the default one (it could be pass as a config, but there should be better options, since that's the only dns entries that fails, while we can generally resolve them).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants