Skip to content
Snippets Groups Projects
Unverified Commit 75ba1628 authored by GyDi's avatar GyDi
Browse files

chore: change default user agent

parent ad65a278
No related branches found
No related tags found
No related merge requests found
......@@ -203,7 +203,7 @@ impl PrfItem {
builder = builder.no_proxy();
}
builder = builder.user_agent(user_agent.unwrap_or("clash-verge/v0.1.0".into()));
builder = builder.user_agent(user_agent.unwrap_or("clash-verge/v1.0.0".into()));
let resp = builder.build()?.get(url).send().await?;
let header = resp.headers();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment