chore: change default test url

This commit is contained in:
MystiPanda
2024-06-01 23:14:47 +08:00
parent 80ff72bae1
commit a7cf968d04
3 changed files with 4 additions and 4 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 = "http://1.1.1.1";
let default_url = "http://www.apple.com/library/test/success.html";
let test_url = test_url
.map(|s| if s.is_empty() { default_url.into() } else { s })
.unwrap_or(default_url.into());