censurfridns / client-configs

Configuration files and guides for using software and operating systems with UncensoredDNS. Please make a PR if you have improvements!
Creative Commons Zero v1.0 Universal
26 stars 14 forks source link

Ambiguous address in "Enable DNS over HTTPS" guides #10

Closed dotnetCarpenter closed 1 year ago

dotnetCarpenter commented 2 years ago

In both the Edge and Firefox guide it says in the text to point to anycast.censurfridns.dk but the images show https://anycast.uncensoreddns.org/dns-query.

Which address is correct?

Below is the relevant screen shots from the guides.

Edge screenshot showing https://anycast.uncensoreddns.org/dns-query Edge screenshot showing https://anycast.uncensoreddns.org/dns-query

Firefox screenshot showing https://anycast.uncensoreddns.org/dns-query Firefox screenshot showing https://anycast.uncensoreddns.org/dns-query

tykling commented 1 year ago

Both are equally correct. Danish speakers might prefer the censurfridns.dk domain and english speakers might prefer the uncensoreddns.org domain. Both work equally well, both are in all the certificates and can be used interchangably.

dotnetCarpenter commented 1 year ago

Gotcha! Thanks

So the protocol and path part is also interchangeable? E.g. https or without and /dns-query or root path.

fjerhammer commented 1 year ago

Entering anycast.censurfridns.dk like mentioned in the guide doesn't work for me using Firefox 105.0.2 on Linux. It simply ignores the setting and falls back to using the system-wide DNS resolver, so I think the protocol and/or path is required. It works when using https://anycast.uncensoreddns.org/dns-query or https://anycast.censurfridns.dk/dns-query.

I made a pull request to change the Firefox guide: https://github.com/censurfridns/client-configs/pull/12 The same change might be needed for Edge, however I don't have a Windows machine available for testing right now.

tykling commented 1 year ago

merged - thanks! :)