diff --git a/manifest.toml b/manifest.toml index 3a3c8b5..35351ff 100644 --- a/manifest.toml +++ b/manifest.toml @@ -45,12 +45,14 @@ type = "user" type = "password" [install.open_port_53] -ask.en = "Expose port 53 to the Internet? (If so, anyone who knows your server's IP can make a DNS request to it)" +ask.en = "Expose port 53 to the Internet?" +help.en = "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" default = false type = "boolean" [install.dns_over_https] -ask.en = "Should DNS-over-HTTPS/QUIC be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)" +ask.en = "Should DNS-over-HTTPS/QUIC be enabled?" +help.en = "If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query" default = false type = "boolean"