Browse Source

chore: enable clash field TLS fingerprint

wonfen 1 năm trước cách đây
mục cha
commit
45f863a72a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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()