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

21 lines
973 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.expose_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 Please read the admin doc to understand that setting and to secure your server using allowlist."
[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 It also may be used to perform amplification attacks. Read the admin doc to secure your server using allowlist."