mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
asking to expose port 53 at installation
This commit is contained in:
parent
587cdce928
commit
fa2ef95f38
2 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue