关闭是刷新dns缓存

This commit is contained in:
xljiulang 2021-07-18 02:06:01 +08:00
parent 05d7b3c464
commit bcca021c38

View File

@ -169,6 +169,7 @@ namespace FastGithub.Dns
{
this.SetNameServers(this.dnsAddresses);
}
FlushResolverCache();
return base.StopAsync(cancellationToken);
}