diff --git a/config_panel.toml b/config_panel.toml index cbf2d87..bf73e73 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,6 +9,7 @@ ask = "Expose port 53 to the Internet?" no = "false" type = "boolean" 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" [main.options.dns_over_https] ask = "Enable DNS-over-HTTPS/QUIC?" @@ -16,3 +17,4 @@ 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"