Browse Source

Update client.json

消除可能的歧义
ws2bhhh 2 years ago
parent
commit
4effea1dc1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      VLESS-GRPC/client.json

+ 1 - 1
VLESS-GRPC/client.json

@@ -36,7 +36,7 @@
         "network": "grpc",
         "security": "tls",
         "grpcSettings": {
-          "serviceName": "", //填写你的 ServiceName
+          "serviceName": "", //填写你的 ServiceName,不带任何斜杠
           "multiMode": false,
           //"idle_timeout": 60, //当这段时间内没有数据传输时,将会进行健康检查。可能会解决一些“断流”问题。
           //"initial_windows_size": 35536 //通过 Cloudflare CDN 时,防止 Cloudflare CDN 发送意外的 h2 GOAWAY 帧以关闭现有连接。