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
2023-12-26 20:22:10 +01:00

12 lines
240 B
TOML

version = "1.0"
[main]
name = "AdguardHome configuration"
services = ["__APP__"]
[main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS"
bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml"
no = "false"
type = "boolean"
yes = "true"