mirror of
https://github.com/YunoHost-Apps/adguardhome_ynh.git
synced 2024-09-03 18:06:23 +02:00
warns about amplification attacks
This commit is contained in:
parent
9682d3bc41
commit
a1ed293caa
1 changed files with 4 additions and 2 deletions
|
@ -45,12 +45,14 @@ type = "user"
|
||||||
type = "password"
|
type = "password"
|
||||||
|
|
||||||
[install.open_port_53]
|
[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)"
|
ask.en = "Expose port 53 to the Internet?"
|
||||||
|
help.en = "If so, anyone who knows your server's IP can make a DNS request to it. It may be used to perform amplification attacks: https://en.wikipedia.org/wiki/Denial-of-service_attack#Amplification"
|
||||||
default = false
|
default = false
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
|
||||||
[install.dns_over_https]
|
[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)"
|
ask.en = "Should DNS-over-HTTPS/QUIC be enabled?"
|
||||||
|
help.en = "If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query"
|
||||||
default = false
|
default = false
|
||||||
type = "boolean"
|
type = "boolean"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue