Merge pull request #15 in DNS/adguard-home-wiki from feature/761 to master
* commit '41efc8a475e51c5158f9aac13fd66cc60f2f54d3': * fix description + add AdGuard for iOS to configure devices list
commit
05d9435f36
|
@ -79,9 +79,9 @@ Both will be necessary to configure AdGuard Home.
|
|||
<a id="configure-devices"></a>
|
||||
## Configure your devices
|
||||
|
||||
Please note that encrypted DNS protocols aren't supported at an operating system level (except Android 9) so right now it requires the installation of additional software.
|
||||
Please note that encrypted DNS protocols are supported only on Android 9. So you need to install additional software for other operating systems.
|
||||
|
||||
Here's a list of the software that could be used.
|
||||
Here's a list of software you can use.
|
||||
|
||||
### Android
|
||||
|
||||
|
@ -92,6 +92,7 @@ Here's a list of the software that could be used.
|
|||
### iOS
|
||||
|
||||
* [DNSCloak](https://itunes.apple.com/app/id1452162351) supports `DNS-over-HTTPS` but in order to configure it to use your own server, you'll need to generate a [DNS Stamp](https://dnscrypt.info/stamps) for it.
|
||||
* [AdGuard for iOS](https://adguard.com/en/adguard-ios/overview.html) supports `DNS-over-HTTPS` and `DNS-over-TLS`.
|
||||
|
||||
### Other implementations
|
||||
|
||||
|
@ -99,4 +100,4 @@ Here's a list of the software that could be used.
|
|||
* [dnsproxy](https://github.com/AdguardTeam/dnsproxy) supports all known secure DNS protocols.
|
||||
* [dnscrypt-proxy](https://github.com/jedisct1/dnscrypt-proxy) supports `DNS-over-HTTPS`.
|
||||
* [Mozilla Firefox](https://www.mozilla.org/firefox/) supports `DNS-over-HTTPS`.
|
||||
* A lot more implementation can be [found here](https://dnscrypt.info/implementations) and [here](https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Clients).
|
||||
* You will find more implementations [here](https://dnscrypt.info/implementations) and [here](https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Clients).
|
||||
|
|
Loading…
Reference in New Issue