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:
parent
3887e14886
commit
4c3dab8147
1 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue