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:
parent
9856061615
commit
3bb6d47637
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||||
|
|
Loading…
Add table
Reference in a new issue