1
0
Fork 0
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:
OniriCorpe 2023-12-26 20:22:10 +01:00
parent e12323f72e
commit 6f551cf865

View file

@ -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"