Actually configure the DNS #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
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?
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.