mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-25 20:59:23 +01:00
chromium: add dns-over-https.json.badidea and declare it as a bad idea
This commit is contained in:
parent
861b35c25f
commit
f87c4899b6
5
etc/opt/chromium/policies/managed/.editorconfig
Normal file
5
etc/opt/chromium/policies/managed/.editorconfig
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
root = false
|
||||||
|
|
||||||
|
[*.badidea]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 2
|
1
etc/opt/chromium/policies/managed/.gitattributes
vendored
Normal file
1
etc/opt/chromium/policies/managed/.gitattributes
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
dns-over-https.json.badidea linguist-language=json
|
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"comment": "This is a bad idea, because I don't know other DNS servers that
|
||||||
|
perform DNSSEC in addition to DNS-over-HTTPS, I just know these two do and
|
||||||
|
Quad9 doesn't. This would otherwise be the unbound.conf.d/dns-over-tls.conf
|
||||||
|
equivalent.",
|
||||||
|
"DnsOverHttpsMode": "automatic",
|
||||||
|
"DnsOverHttpsTemplates": "https://open.dns0.eu/
|
||||||
|
https://doh.applied-privacy.net/query"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user