Changed
-
upstream.Resolver
is now an interface type. Its methodLookupNetIP
, replacingLookupIPAddr
, returns a slice ofnetip.Addr
s. -
upstream.NewResolver
now returns the new interface type. -
upstream.LookupParallel
now uses the new interface type.
Deprecated
-
Several functions in package
proxyutil
:proxyutil.UDPGetOOBSize
;proxyutil.UDPSetOptions
;proxyutil.UDPRead
;proxyutil.UDPWrite
.
These functions will be removed in a future release.