From 81cbffcbb668fbf8c22977769c439cf1eaef2877 Mon Sep 17 00:00:00 2001 From: dev0 Date: Sat, 12 Oct 2024 02:03:10 +1100 Subject: [PATCH] f --- clash_lib/src/proxy/utils/test_utils/config_helper.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clash_lib/src/proxy/utils/test_utils/config_helper.rs b/clash_lib/src/proxy/utils/test_utils/config_helper.rs index 458e97ebf..0d3ac797b 100644 --- a/clash_lib/src/proxy/utils/test_utils/config_helper.rs +++ b/clash_lib/src/proxy/utils/test_utils/config_helper.rs @@ -51,7 +51,7 @@ pub async fn load_config() -> anyhow::Result<( ); let dns_resolver = Arc::new( - dns::EnhancedResolver::new(&config.dns, cache_store.clone(), mmdb.clone()) + dns::EnhancedResolver::new(config.dns, cache_store.clone(), mmdb.clone()) .await, );