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

DoH and DoQ disabled by default; see #135

This commit is contained in:
OniriCorpe 2023-12-26 18:15:15 +01:00
parent 9856061615
commit 3bb6d47637

View file

@ -46,7 +46,7 @@ type = "password"
[install.dns_over_https] [install.dns_over_https]
ask.en = "Should DNS-over-HTTPS 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 be enabled? (If so, anyone who knows your adguard address can make a doh request to https://adguardomain.tld/dns-query)"
default = true default = false
type = "boolean" type = "boolean"
[resources] [resources]