1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00
This commit is contained in:
OniriCorpe 2024-05-13 01:16:29 +02:00
parent 70884560ba
commit aaf7de72cc

View file

@ -16,12 +16,12 @@ yes = "true"
help = "If so, anyone who knows your server's IP can make a DNS request to it. It may be used to perform amplification attacks: https://en.wikipedia.org/wiki/Denial-of-service_attack#Amplification Please read the admin doc to understand that setting and to secure your server using allowlist." help = "If so, anyone who knows your server's IP can make a DNS request to it. It may be used to perform amplification attacks: https://en.wikipedia.org/wiki/Denial-of-service_attack#Amplification Please read the admin doc to understand that setting and to secure your server using allowlist."
[main.options.dns_over_https] [main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS/QUIC?" ask = "Enable DNS-over-HTTPS/TLS/QUIC?"
no = "false" no = "false"
type = "boolean" type = "boolean"
yes = "true" yes = "true"
bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml" bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml"
help = "If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query It also may be used to perform amplification attacks. Read the admin doc to secure your server using allowlist." help = "If so, anyone who knows your adguard address can make a DoH request to https://adguardomain.tld/dns-query or using DoT or DoQ. It also may be used to perform amplification attacks. Read the admin doc to secure your server using allowlist."
[main.extra] [main.extra]
name = "Extra tools" name = "Extra tools"