补充 transport.md 中 network 少了 h2 值

network填写 http h2 应该是一样的效果
This commit is contained in:
ちか 2023-12-28 15:01:15 +08:00 committed by GitHub
parent 1b6b68535b
commit 632fdde38d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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