Skip to content

Commit c1a8503

Browse files
committed
feat: mihomo 增加默认 client-fingerprint chrome
1 parent 3bc153a commit c1a8503

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sub-store",
3-
"version": "2.20.74",
3+
"version": "2.20.75",
44
"description": "Advanced Subscription Manager for QX, Loon, Surge, Stash and Shadowrocket.",
55
"main": "src/main.js",
66
"scripts": {

backend/src/core/proxy-utils/producers/clashmeta.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ export default function ClashMeta_Producer() {
7373
return true;
7474
})
7575
.map((proxy) => {
76+
proxy['client-fingerprint'] =
77+
proxy['client-fingerprint'] || 'chrome';
7678
if (proxy.type === 'vmess') {
7779
// handle vmess aead
7880
if (isPresent(proxy, 'aead')) {

0 commit comments

Comments
 (0)