1
0
mirror of https://github.com/XTLS/Xray-docs-next.git synced 2025-03-02 13:13:14 +03:00

add: missing gRPC ()

This commit is contained in:
xqzr 2021-09-11 18:42:41 +08:00 committed by GitHub
parent e95da031d1
commit fb0deffb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -86,7 +86,7 @@
} }
``` ```
> `network`: "tcp" | "kcp" | "ws" | "http" | "domainsocket" | "quic" > `network`: "tcp" | "kcp" | "ws" | "http" | "domainsocket" | "quic" | "grpc"
连接的数据流所使用的传输方式类型,默认值为 `"tcp"` 连接的数据流所使用的传输方式类型,默认值为 `"tcp"`