From 6f551cf865d5cb57e085791ddf7ac2f80bf68519 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 26 Dec 2023 20:22:10 +0100 Subject: [PATCH] fix bind for dns_over_https --- config_panel.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index c8db66c..7e9540d 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -4,9 +4,9 @@ version = "1.0" name = "AdguardHome configuration" services = ["__APP__"] - [main.options.dns_over_https] - ask = "Enable DNS-over-HTTPS" - type = "boolean" - yes = "true" - no = "false" - bind = "allow_unencrypted_doh:__INSTALL_DIR__/AdGuardHome.yaml" +[main.options.dns_over_https] +ask = "Enable DNS-over-HTTPS" +bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml" +no = "false" +type = "boolean" +yes = "true"