diff --git a/config_panel.toml b/config_panel.toml index d6582a5..7c4829a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -5,7 +5,7 @@ name = "AdguardHome configuration" services = ["__APP__"] [main.options.open_port_53] -ask = "Open port 53 to the Internet?" +ask = "Expose port 53 to the Internet?" no = "false" type = "boolean" yes = "true" diff --git a/manifest.toml b/manifest.toml index c567065..3a3c8b5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,6 +44,11 @@ type = "user" [install.password] 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)" +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)" default = false