mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
trying to fix "Unknown key 'services' found in config panel"
This commit is contained in:
parent
5c7e58b6aa
commit
ac38702732
1 changed files with 10 additions and 9 deletions
|
@ -3,13 +3,14 @@ version = "1.0"
|
|||
[main]
|
||||
name = "Adguard configuration"
|
||||
|
||||
[main.options]
|
||||
name = "Enable some features"
|
||||
services = ["__APP__"]
|
||||
|
||||
[main.options.dns_over_https]
|
||||
ask = "Enable DNS-over-HTTPS"
|
||||
type = "boolean"
|
||||
yes = "true"
|
||||
no = "false"
|
||||
bind = "allow_unencrypted_doh:__FINALPATH__/AdGuardHome.yaml"
|
||||
services = [ '__APP__' ]
|
||||
[main.options]
|
||||
name = "Enable some features"
|
||||
|
||||
[main.options.dns_over_https]
|
||||
ask = "Enable DNS-over-HTTPS"
|
||||
bind = "allow_unencrypted_doh:__FINALPATH__/AdGuardHome.yaml"
|
||||
no = "false"
|
||||
type = "boolean"
|
||||
yes = "true"
|
||||
|
|
Loading…
Add table
Reference in a new issue