mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
21 lines
762 B
TOML
21 lines
762 B
TOML
version = "1.0"
|
|
|
|
[main]
|
|
name = "AdGuard Home configuration"
|
|
help = "If any trouble or question, please refer to the admin documentation right below!"
|
|
services = ["__APP__"]
|
|
|
|
[main.options.open_port_53]
|
|
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?"
|
|
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"
|