mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
add the URL with ClientID to the DoH possible URLs
This commit is contained in:
parent
839beb96a0
commit
a087831edd
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ If you host your machine at home, for using DoH or DoQ, you have to open the fol
|
|||
|
||||
Then you can use the following adresses as a DoH, DoT or DoQ DNS server for your devices:
|
||||
|
||||
- DNS over HTTP: `https://__DOMAIN__/dns-query`
|
||||
- DNS over HTTP: `https://__DOMAIN__/dns-query` (or `https://__DOMAIN__/dns-query/your-client-id` with a [ClientID](https://github.com/AdguardTeam/AdGuardHome/wiki/Clients#clientid))
|
||||
- DNS over TLS: `tls://__DOMAIN__:__PORT_DNS_OVER_TLS__`
|
||||
- DNS over QUIC: `quic://__DOMAIN__:__PORT_DNS_OVER_QUIC__`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue