소스 검색

chore: enable clash field TLS fingerprint

wonfen 1 년 전
부모
커밋
45f863a72a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src-tauri/src/config/profiles.rs

+ 1 - 0
src-tauri/src/config/profiles.rs

@@ -60,6 +60,7 @@ impl IProfiles {
                 "sub-rules".into(),
                 "unified-delay".into(),
                 "tcp-concurrent".into(),
+                "global-client-fingerprint".into(),
             ]),
             items: Some(vec![]),
             ..Self::default()