- Aberdeen, Scotland
- https://irl.xyz/
- Joined on
2025-05-25
Update BlockedCount to fetch from the specific server
Yep you are correct, that works on iOS 16.
Committed the change.
Update BlockedCount to fetch from the specific server
Actually configure the DNS
The DoH endpoint is https://{server}/dns-query and I think you probably have to include the path.
There is also a DoT server on the same IPs but I think DoH is probably best for most users as…
Update BlockedCount to fetch from the specific server
Ok, but doesn't update when you chane the blocklist. How about this patch?
diff --git a/dns/BlockedCount.swift b/dns/BlockedCount.swift
index e18f5b5..bd5856d 100644
--- a/dns/Blocked…
Update BlockedCount to fetch from the specific server
Warning on this one that only dns.sr2.uk exists, the plus one will not produce a response because it doesn't exist yet.
Format number of blocked domains according to locale, i.e. add a comma for thousands in the UK
Perfect, thanks!
Format number of blocked domains according to locale, i.e. add a comma for thousands in the UK