Add bootstrap resolver with alternative port #2869
sergeevabc
started this conversation in
Potential issues
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear @jedisct1,
My ISP does not allow me to connect to any resolvers on port 53, except for its own. So when DNSCrypt uses default
bootstrap_resolvers = ['9.9.9.11:53', '8.8.8.8:53']
and I have nopublic-resolvers.md
andpublic-resolvers.md.minisig
files, there is a sad picture.The solution is simple, and I believe you should make it official for the common good.
Quad9 resolver supports an alternative port 9953 (faq, docs), so we change the configuration as follows
As a result, everything starts working as it should.
Beta Was this translation helpful? Give feedback.
All reactions