1
0
Fork 0
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:
OniriCorpe 2024-05-16 13:35:11 +02:00
parent 839beb96a0
commit a087831edd

View file

@ -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: 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 TLS: `tls://__DOMAIN__:__PORT_DNS_OVER_TLS__`
- DNS over QUIC: `quic://__DOMAIN__:__PORT_DNS_OVER_QUIC__` - DNS over QUIC: `quic://__DOMAIN__:__PORT_DNS_OVER_QUIC__`