1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/adguardhome_ynh.git synced 2024-09-03 18:06:23 +02:00

rename a setting to be more accurate

This commit is contained in:
OniriCorpe 2024-05-16 13:11:55 +02:00
parent 91d86bf859
commit 2d9d2a1fbe
3 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ services = ["__APP__"]
name = "Configure AdGuard Home options" name = "Configure AdGuard Home options"
[main.options.expose_port_53] [main.options.expose_port_53]
ask = "Expose port 53 to the Internet?" ask = "Bind to public IP addresses?"
no = "false" no = "false"
type = "boolean" type = "boolean"
yes = "true" yes = "true"

View file

@ -2,7 +2,7 @@
You want to be sure to understand the config settings? You're at the right place! ^w^ 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. This setting is **disabled** by default.

View file

@ -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: To activate either of these features, please use the config panel in the YunoHost webadmin:
Applications → AdGuard Home → AdGuard Home configuration Applications → AdGuard Home → AdGuard Home configuration
- Expose port 53 to the Internet? - Bind to public IP addresses?
- Enable DNS-over-HTTPS/TLS/QUIC? - 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. 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.