Closed DmitriyMV closed 1 month ago
This PR does those things:
run
DNSUpstreamController
Idx
DNSUpstream
Proxy
/m
This PR does those things:
run
function inDNSUpstreamController
by removing allIdx
handling.Idx
field fromDNSUpstream
. Upstreams are now sorted by their id with №X prefix.Proxy
Stop is now called from the finalizer. In combination with iterators, this ensures that we only stop upstream when it's fully unreachable.