Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

DoH and DoT: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
AA-Andrew (talk | contribs)
mNo edit summary
Line 18: Line 18:





==Checking the DOH server with curl==

Note: curl version 7.62.0 or above is required.

curl --doh-url https://doh-server https://website

This will download the webpage but would have used the DOH server to resolve the DNS.


==Chrome==
==Chrome==
Line 40: Line 32:
#Tap 'Private DNS provider hostname', and Set: dns.aa.net.uk
#Tap 'Private DNS provider hostname', and Set: dns.aa.net.uk
#Click Save
#Click Save

==Using DOH with curl==

Note: curl version 7.62.0 or above is required, here's an example:

curl --doh-url https://dns.aa.net.uk/dns-query https://www.aa.net.uk

This will download the www.aa.net.uk webpage but would have used the DOH server to resolve the DNS.