1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-04-16 18:49:16 -04:00

rename gun, ws to full name

This commit is contained in:
Shelikhoo
2021-09-07 15:57:50 +01:00
parent c89d629943
commit d4d6e16295
4 changed files with 17 additions and 17 deletions

View File

@@ -278,7 +278,7 @@ func (p TransportProtocol) Build() (string, error) {
case "quic":
return "quic", nil
case "gun", "grpc":
return "gun", nil
return "grpc", nil
default:
return "", newError("Config: unknown transport protocol: ", p)
}