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:
parent
91d86bf859
commit
2d9d2a1fbe
3 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue