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 23:48:41 +01:00

12 lines
245 B
TOML

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