AdguardForAndroid icon indicating copy to clipboard operation
AdguardForAndroid copied to clipboard

Update DnsLibs to 2.0.0

Open sxgunchenko opened this issue 2 years ago • 0 comments

  • [Feature] DnsProxy now accepts a hostname as an address of the outbound proxy. In that case an application should also pass a list of the bootstrapping resolvers.

  • [Feature] The DoQ upstream now uses the port 853 by default (was 8853), conforms to RFC-9250, and doesn't support ALPNs other than "doq". MIGRATION IS REQUIRED! That means that if a user have custom quic:// URLs stamps in their server list, they (excluding AdGuard's) should be changed from quic://example.org to quic://example.org:8853. DoQ sdns:// stamps should also be patched to include port, if they are in list.

sxgunchenko avatar Aug 24 '22 09:08 sxgunchenko