From aaf7de72cc112c81a41a274c0f9de8c1f16c9e72 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 13 May 2024 01:16:29 +0200 Subject: [PATCH] wording --- config_panel.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 054965d..02f90ef 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -16,12 +16,12 @@ yes = "true" help = "If so, anyone who knows your server's IP can make a DNS request to it. It may be used to perform amplification attacks: https://en.wikipedia.org/wiki/Denial-of-service_attack#Amplification Please read the admin doc to understand that setting and to secure your server using allowlist." [main.options.dns_over_https] -ask = "Enable DNS-over-HTTPS/QUIC?" +ask = "Enable DNS-over-HTTPS/TLS/QUIC?" no = "false" type = "boolean" yes = "true" bind = "tls>enabled:__INSTALL_DIR__/AdGuardHome.yaml" -help = "If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query It also may be used to perform amplification attacks. Read the admin doc to secure your server using allowlist." +help = "If so, anyone who knows your adguard address can make a DoH request to https://adguardomain.tld/dns-query or using DoT or DoQ. It also may be used to perform amplification attacks. Read the admin doc to secure your server using allowlist." [main.extra] name = "Extra tools"