mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
fix bind for dns_over_https
This commit is contained in:
parent
e12323f72e
commit
6f551cf865
1 changed files with 6 additions and 6 deletions
|
@ -4,9 +4,9 @@ version = "1.0"
|
||||||
name = "AdguardHome configuration"
|
name = "AdguardHome configuration"
|
||||||
services = ["__APP__"]
|
services = ["__APP__"]
|
||||||
|
|
||||||
[main.options.dns_over_https]
|
[main.options.dns_over_https]
|
||||||
ask = "Enable DNS-over-HTTPS"
|
ask = "Enable DNS-over-HTTPS"
|
||||||
type = "boolean"
|
bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml"
|
||||||
yes = "true"
|
no = "false"
|
||||||
no = "false"
|
type = "boolean"
|
||||||
bind = "allow_unencrypted_doh:__INSTALL_DIR__/AdGuardHome.yaml"
|
yes = "true"
|
||||||
|
|
Loading…
Add table
Reference in a new issue