I have added a policy dns.json to use Cloudflare DNS:
{
"DnsOverHttpsMode": "secure",
"DnsOverHttpsTemplates": "https://cloudflare-dns.com/dns-query"
}
While I'm using AdGuard public DNS via resolved.conf
[Resolve]
DNS=94.140.14.14 94.140.15.15 2a10:50c0::ad1:ff 2a10:50c0::ad2:ff
DNSOverTLS=yes
DNSSEC=yes
FallbackDNS=
Cache=no-negative
DNSStubListener=no
Brave will not have network unless I turn on a VPN, in which case it will use the Cloudflare DNS normally? How to fix this?