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

add help text

This commit is contained in:
OniriCorpe 2023-12-31 00:03:30 +01:00
parent 3887e14886
commit 4c3dab8147

View file

@ -9,6 +9,7 @@ ask = "Expose port 53 to the Internet?"
no = "false"
type = "boolean"
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"
[main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS/QUIC?"
@ -16,3 +17,4 @@ no = "false"
type = "boolean"
yes = "true"
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"