Actually configure the DNS #3

Open
opened 2026-04-13 13:04:34 +00:00 by irl · 2 comments
Owner

Actually configure the DNS, making sure to change the settings if the DNS blocklist choice is updated.

We could add a canary record to the DNS server to verify that it's being used correctly, giving a different value depending on the specific server you're expecting to use.

Actually configure the DNS, making sure to change the settings if the DNS blocklist choice is updated. We could add a canary record to the DNS server to verify that it's being used correctly, giving a different value depending on the specific server you're expecting to use.
tla was assigned by irl 2026-04-14 16:00:02 +00:00
Collaborator
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?
Author
Owner

The DoH endpoint is https://{server}/dns-query (e.g. https://dns.sr2.uk/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 port 443 is less likely to be firewalled than weird DoT ports.

The DoH endpoint is https://{server}/dns-query (e.g. https://dns.sr2.uk/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 port 443 is less likely to be firewalled than weird DoT ports.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sr2/cloud-dns-ios#3
No description provided.