alroyso 3 周之前
父節點
當前提交
91fd24c486
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/app/clash/service/clash_service.dart

+ 1 - 1
lib/app/clash/service/clash_service.dart

@@ -317,7 +317,7 @@ class ClashService extends GetxController {
               server: node.host ?? '',
               port: node.port ?? 0,
               udp: node.udp == 1,
-              flow: '',
+              flow: 'xtls-rprx-vision',
               tls: true,
               servername: node.v2Sni,
               realityOpts: {'public-key': node.vlessPulkey},