AdguardTeam / AdguardTeam/AdguardForiOS
Start using "127.0.0.1" as a DNS server address
Open
Enhancement
P3: Medium
Priority: P4
TechAudit
Version: ADGuard v4.6 [Reserved]
- Dominant language
- Swift
- Stars
- 1.7k
- Forks
- 240
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we're using some LAN address for a fake DNS (which is then intercepted).
We could instead run the DNS proxy on `127.0.0.1:53` and avoid all kinds of issues this way: https://github.com/AdguardTeam/AdguardForiOS/issues/1755#issuecomment-852806235
The same way DNSCloak works:
https://github.com/s-s/dnscloak/blob/6a7a3bbf91969ab8a93b089f1ffe28da99fa1e36/platforms/ios/DNSCryptAppExt/PacketTunnelProvider.m#L245
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.