[Solved] DNS-Over-HTTPS (it is working by me ?)

I did in terminal:

dig @127.0.0.1 -p 5053 google.com

; <<>> DiG 9.10.3-P4-Raspbian <<>> @127.0.0.1 -p 5053 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12474
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;google.com. IN A

;; ANSWER SECTION:
google.com. 104 IN A 216.58.205.238

;; Query time: 22 msec
;; SERVER: 127.0.0.1#5053(127.0.0.1)
;; WHEN: Sat Feb 02 22:05:04 CET 2019
;; MSG SIZE rcvd: 65

i folowed the tutorial at; Redirecting...
but if i check if the DNS-Over-HTTPS is working at: https://1.1.1.1/help

Debug Information

Connected to 1.1.1.1 No
Using DNS over HTTPS (DoH) No
Using DNS over TLS (DoT) No
AS Name Cloudflare
AS Number 13335
Cloudflare Data Center FRA

Connectivity to Resolver IP Addresses

1.1.1.1 Yes
1.0.0.1 Yes
2606:4700:4700::1111 Yes
2606:4700:4700::1001 Yes

how can i be sure that DNS-Over-HTTPS is working by me ?

Based on the information you provided the computer/tablet you tested with isn't. Make sure your computer/tablet you are running the test against cloudflare doesn't have local DNS settings if you are using the pi-hole as a DHCP server. Another item to check is that the DHCP server in your router is turned off if you are using pi-hole as DHCP server.

If you aren't using the pi-hole as a DHCP server then make sure your DNS settings on the computer/tablet is using the IPaddress of the pi-hole for DNS.

This is what you should see if everything is working:

My issue was that Use DNSSEC in Advanced DNS settings was turned on. After i disabled it it works perfectly.

Debug Information

Connected to 1.1.1.1 Yes
Using DNS over HTTPS (DoH) Yes
Using DNS over TLS (DoT) No
AS Name Cloudflare
AS Number 13335
Cloudflare Data Center FRA

Connectivity to Resolver IP Addresses

1.1.1.1 Yes
1.0.0.1 Yes
2606:4700:4700::1111 Yes
2606:4700:4700::1001 Yes
1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.