mirror of
https://github.com/bolucat/Archive.git
synced 2025-10-09 01:50:34 +08:00
Update On Wed Jun 12 20:32:29 CEST 2024
This commit is contained in:
@@ -40,9 +40,9 @@ pub trait DnsResolve {
|
||||
#[cfg(feature = "hickory-dns")]
|
||||
pub struct HickoryDnsSystemResolver {
|
||||
resolver: ArcSwap<HickoryDnsResolver>,
|
||||
#[cfg_attr(windows, allow(dead_code))]
|
||||
#[cfg_attr(any(windows, target_os = "android"), allow(dead_code))]
|
||||
connect_opts: ConnectOpts,
|
||||
#[cfg_attr(windows, allow(dead_code))]
|
||||
#[cfg_attr(any(windows, target_os = "android"), allow(dead_code))]
|
||||
opts: Option<ResolverOpts>,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user