1
0
Fork 0
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:
OniriCorpe 2023-12-27 00:40:32 +01:00
parent 9682d3bc41
commit a1ed293caa

View file

@ -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"