DoH and DoT: Difference between revisions

mNo edit summary
And once running, test with
dig +short @::1 encrypted-dns-tester.aa.net.uk
...and you should see a result.
81.187.39.93
 
If encrypted-dns-tester.aa.net.uk resolves to 81.187.30.81 then it wasn't using our DoT servers.
 
==Using DOH with curl==
 
curl --doh-url https://dns.aa.net.uk/dns-query https://www.aa.net.uk
This will download the www.aa.net.uk webpage and would have used the DOH server to resolve the DNS.
or
or, try the tester page
curl --doh-url https://dns.aa.net.uk/dns-query httpshttp://encrypted-dns-tester.aa.net.uk
 
This will give a page saying 'You are using AAISP's encrypted DNS servers'
This will download the www.aa.net.uk webpage and would have used the DOH server to resolve the DNS.