chromium/doh-google{,64}.json: use get requests

more as a note that it can be done
This commit is contained in:
Aminda Suomalainen 2024-05-18 15:35:36 +03:00
parent 2ff416d880
commit 5b4f78f5f4
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{
"DnsOverHttpsMode": "automatic",
"DnsOverHttpsTemplates": "https://dns.google/dns-query"
"DnsOverHttpsTemplates": "https://dns.google/dns-query?dns"
}

View File

@ -0,0 +1,4 @@
{
"DnsOverHttpsMode": "automatic",
"DnsOverHttpsTemplates": "https://dns64.dns.google/dns-query?dns"
}