policies.json: lock DoH provider so I only have to configure it at one place

This commit is contained in:
Aminda Suomalainen 2024-05-13 18:07:22 +03:00
parent 9b4cc804e5
commit 95d59857eb
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
}, },
"DNSOverHTTPS": { "DNSOverHTTPS": {
"Enabled": true, "Enabled": true,
"Locked": false, "Locked": true,
"ProviderURL": "https://dns11.quad9.net/dns-query" "ProviderURL": "https://dns11.quad9.net/dns-query"
}, },
"DisableEncryptedClientHello": false, "DisableEncryptedClientHello": false,