1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

can't use ClientID with DoT

This commit is contained in:
OniriCorpe 2024-05-16 06:59:07 +02:00
parent 02a211ff5d
commit 3c6058e5b9

View file

@ -37,6 +37,7 @@ Now, click the "Secure DNS profile creator" link above and fill the input fields
- Name of DNS provider: put an arbitrary name here, for example "AGH" - Name of DNS provider: put an arbitrary name here, for example "AGH"
- Select either DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT) - Select either DNS-over-HTTPS (DoH) or DNS-over-TLS (DoT)
- If you don't know which one to choose, you can read the "DNS-over-HTTPS or DNS-over-TLS?" section of [the tool's homepage(https://dns.notjakob.com/index.html) - If you don't know which one to choose, you can read the "DNS-over-HTTPS or DNS-over-TLS?" section of [the tool's homepage(https://dns.notjakob.com/index.html)
- If you want to use the [ClientID](https://github.com/AdguardTeam/AdGuardHome/wiki/Clients#clientid) option, you can't chose DoT since YunoHost can't handle wildcard domain names, so mandatory DoH for you
- For the primary DNS settings, you have to put trustworthy servers IPs, for example [the FDN ones](https://www.fdn.fr/actions/dns/) - For the primary DNS settings, you have to put trustworthy servers IPs, for example [the FDN ones](https://www.fdn.fr/actions/dns/)
- And finally the setting for your AdGuard Home server URL: - And finally the setting for your AdGuard Home server URL:
- If you selected DoH: put your domain name between `https://` and `/dns-query`: `https://__DOMAIN__/dns-query` - If you selected DoH: put your domain name between `https://` and `/dns-query`: `https://__DOMAIN__/dns-query`