-
Notifications
You must be signed in to change notification settings - Fork 224
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
Can you clarify what is the apache configuration #51
Comments
THis is what I put in Apache, but the DNS (using Firefox DOH as client) does not work
Is there a way to activate some log in your soft ? |
What I am actually wondering is how to find the IP of the server itself Say I put in the client https://xxxx.com/dns-query as URL for DOH From where it gets the IP of "xxxx.com" (as it has no way to guess it as the DNS is actually at the IP behing the xxxx.com) ? Asking because it does work /sometimes/ and actually exactly the first request after I switch on DOH in firefox. Second request fails |
Thank you for your report. Firefox uses DNS configuration of the operating system to bootstrap DoH. I guess there are other reasons that cause request failures. I have only tested against some earlier versions of Firefox. Please give me one day or two to investigate this problem. |
I have found a solution to the problem. Open about:config in Firefox, search for |
This works, but I am wondering then how the "default" value of Firefox (using CloudFlare) works : It does need to make the very first DNS request outside DOH in all cases, right ? |
I am not sure how does Firefox find CloudFlare's server. Perhaps because it has fixed IP addresses of 1.1.1.1 and 1.0.0.1? |
Maybe. |
I don't use Apache or Nginx, so I can't test them prior to publish them. As far as I know, the default TLS settings of Nginx is insecure. For reference, this is my Caddy configuration, with SSL Labs score of A:
|
THis is what I have for Apache (getting A+ in ssllabs) :
|
Hello
How to setup apache to respond properly to requests from DOH client (firefox) , using your code as DOH server ?
Thank you
The text was updated successfully, but these errors were encountered: