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
Éric Gaspar 013bb68cb4 cleaning
2023-09-27 15:02:25 +02:00

15 lines
352 B
TOML

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