DoH and DoT: Difference between revisions
mNo edit summary |
|||
Line 1: | Line 1: | ||
__NOTOC__<indicator name="Routers">[[File:menu-router.svg|link=:Category:Routers|30px|Back up to the Routers Category]]</indicator> |
__NOTOC__<indicator name="Routers">[[File:menu-router.svg|link=:Category:Routers|30px|Back up to the Routers Category]]</indicator> |
||
=DNS over HTTP and DNS over TLS= |
|||
Andrews & Arnold does not yet support DoH or DoT. This page is work in progress. |
|||
⚫ | |||
=Help with browsers and devices= |
|||
==Setting up DOH== |
|||
⚫ | |||
Menu -> Preferences -> Scroll down to Network Setting... -> Scroll down and tick 'Enable DNS over HTTPS' and enter in a Custom provider |
Menu -> Preferences -> Scroll down to Network Setting... -> Scroll down and tick 'Enable DNS over HTTPS' and enter in a Custom provider |
||
Checking your browser |
|||
In your URL bar, type: <code>about:networking#dns</code> |
|||
==Checking the DOH server with curl== |
==Checking the DOH server with curl== |
||
Line 19: | Line 21: | ||
This will download the webpage but would have used the DOH server to resolve the DNS. |
This will download the webpage but would have used the DOH server to resolve the DNS. |
||
==Chrome== |
|||
==Android (DoT)== |
Revision as of 11:11, 16 September 2019
DNS over HTTP and DNS over TLS
Andrews & Arnold does not yet support DoH or DoT. This page is work in progress.
Help with browsers and devices
FireFox
Menu -> Preferences -> Scroll down to Network Setting... -> Scroll down and tick 'Enable DNS over HTTPS' and enter in a Custom provider
Checking your browser
In your URL bar, type: about:networking#dns
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.