mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
WIP: config panel
This commit is contained in:
parent
012111f53b
commit
69e734b931
1 changed files with 12 additions and 0 deletions
12
config_panel.toml
Normal file
12
config_panel.toml
Normal file
|
@ -0,0 +1,12 @@
|
|||
version = "1.0"
|
||||
|
||||
[main]
|
||||
name = "Adguard configuration"
|
||||
|
||||
[main.options]
|
||||
name = "Enable some features"
|
||||
|
||||
[main.options.dns_over_https]
|
||||
ask = "Enable DNS-over-HTTPS"
|
||||
type = "boolean"
|
||||
bind = "allow_unencrypted_doh:__FINALPATH__/AdGuardHome.yaml"
|
Loading…
Reference in a new issue