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

@ -6,7 +6,7 @@ services = ["__APP__"]
[main.options.dns_over_https]
ask = "Enable DNS-over-HTTPS"
bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml"
no = "false"
type = "boolean"
yes = "true"
no = "false"
bind = "allow_unencrypted_doh:__INSTALL_DIR__/AdGuardHome.yaml"