Update BlockedCount to fetch from the specific server
Probably no version change needed, if you change
+ .onChange(of: viewModel.blocklist) {
+ fetchTXTRecord()
+ }
to
+ .onChange(of…
Actually configure the DNS
Is this the full DoH query?
https://guardianproject.dev/sr2/cloud-dns-ios/src/branch/main/dns/ViewModel.swift#L56
Or should it be DoT?
Format number of blocked domains according to locale, i.e. add a comma for thousands in the UK
Please test!