Skip to content

Release v0.47.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 12:00

Added

  • New UseDNS64 and DNS64Prefs fields in proxy.Config used to configure the DNS64.

  • New PrivateRDNSUpstreamConfig field in proxy.Config which will resolve the PTR requests for addresses considered private. Note, that it's only used for DNS64 PTR requests for the moment.

Removed

  • SetNAT64Prefix method of proxy.Proxy used to set a single DNS64 prefix (AdguardTeam/AdGuardHome#5117). Consider using DNS64Prefs field of proxy.Config instead.