Disable DNS over HTTPS by default

Resolves #19
This commit is contained in:
Shreyas Minocha 2020-04-09 20:59:49 +05:30
parent e732873259
commit e718715e4a
No known key found for this signature in database
GPG key ID: 3740FE9FC5772203

View file

@ -16,8 +16,8 @@
"DisableSetDesktopBackground": false,
"DisableDeveloperTools": false,
"DNSOverHTTPS": {
"Enabled": true,
"ProviderURL": "https://dns.quad9.net/dns-query",
"Enabled": false,
"ProviderURL": "",
"Locked": false
},