From 2d9d2a1fbe4f778bac28b1cf167777a35d517418 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Thu, 16 May 2024 13:11:55 +0200 Subject: [PATCH] rename a setting to be more accurate --- config_panel.toml | 2 +- doc/ADMIN.md | 2 +- doc/PRE_UPGRADE.d/0.107.48~ynh3.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 02f90ef..5ce3d48 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -9,7 +9,7 @@ services = ["__APP__"] name = "Configure AdGuard Home options" [main.options.expose_port_53] -ask = "Expose port 53 to the Internet?" +ask = "Bind to public IP addresses?" no = "false" type = "boolean" yes = "true" diff --git a/doc/ADMIN.md b/doc/ADMIN.md index 5c6de92..91c3349 100644 --- a/doc/ADMIN.md +++ b/doc/ADMIN.md @@ -2,7 +2,7 @@ You want to be sure to understand the config settings? You're at the right place! ^w^ -## Expose port 53 to the Internet? +## Bind to public IP addresses? This setting is **disabled** by default. diff --git a/doc/PRE_UPGRADE.d/0.107.48~ynh3.md b/doc/PRE_UPGRADE.d/0.107.48~ynh3.md index b981c96..709a1ae 100644 --- a/doc/PRE_UPGRADE.d/0.107.48~ynh3.md +++ b/doc/PRE_UPGRADE.d/0.107.48~ynh3.md @@ -6,7 +6,7 @@ From this 0.107.48~ynh3 version, some things have changed: To activate either of these features, please use the config panel in the YunoHost webadmin: Applications → AdGuard Home → AdGuard Home configuration -- Expose port 53 to the Internet? +- Bind to public IP addresses? - Enable DNS-over-HTTPS/TLS/QUIC? It's really important to use the configuration panel to activate or deactivate the DNS-over-HTTPS/QUIC setting, and **NOT** the built-in setting in the AdGuardHome interface.