release 2.0.0

This commit is contained in:
wonfen
2024-11-23 11:34:17 +08:00
parent 335883f9f0
commit a3140f48b4
6 changed files with 25 additions and 19 deletions

View File

@@ -52,7 +52,7 @@ pub async fn get_proxy_delay(
let (url, headers) = clash_client_info()?;
let url = format!("{url}/proxies/{name}/delay");
let default_url = "https://cp.cloudflare.com/generate_204";
let default_url = "http://cp.cloudflare.com/generate_204";
let test_url = test_url
.map(|s| if s.is_empty() { default_url.into() } else { s })
.unwrap_or(default_url.into());