Added
-
New
UseDNS64
andDNS64Prefs
fields inproxy.Config
used to configure the DNS64. -
New
PrivateRDNSUpstreamConfig
field inproxy.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 ofproxy.Proxy
used to set a single DNS64 prefix (AdguardTeam/AdGuardHome#5117). Consider usingDNS64Prefs
field ofproxy.Config
instead.