Benjamin Erhart tla
  • Joined on 2026-04-14
tla commented on issue sr2/cloud-dns-ios#2 2026-04-14 17:05:55 +00:00
Update BlockedCount to fetch from the specific server

Probably no version change needed, if you change

+        .onChange(of: viewModel.blocklist) {
+            fetchTXTRecord()
+        }

to

+        .onChange(of
tla commented on issue sr2/cloud-dns-ios#3 2026-04-14 17:02:39 +00:00
Actually configure the DNS
tla pushed to main at sr2/cloud-dns-ios 2026-04-14 17:00:02 +00:00
822202e37d Issue #3: First implementation of a DoH configuration setting.
tla pushed to main at sr2/cloud-dns-ios 2026-04-14 16:24:28 +00:00
c25505dc5f Issue #2: Undo debug change.
tla commented on issue sr2/cloud-dns-ios#2 2026-04-14 16:23:45 +00:00
Update BlockedCount to fetch from the specific server

Please test!

tla pushed to main at sr2/cloud-dns-ios 2026-04-14 16:23:23 +00:00
634b4d26e8 Issue #2: Use ViewModel to evaluate server to use for counting number of blocked domains.
6b253a6843 Issue #2: Moved local SwiftUI state to a view model.
3ec25bc247 Issue #2: Moved BlocklistOption into its own file.
9d016eea17 Use newer async/await instead of old-style callbacks.
9d78a3aacf Improved project config.
Compare 5 commits »
tla pushed to main at sr2/cloud-dns-ios 2026-04-14 15:55:45 +00:00
9f30f9f686 Issue #1: format the BlockedCount number output to locale.
4e591c9597 Added .suitable gitignore.
Compare 2 commits »