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

Revert "rename gun, ws to full name"

This reverts commit d4d6e16295.
This commit is contained in:
Shelikhoo
2021-09-07 16:36:26 +01:00
parent d4d6e16295
commit e314b1ef2f
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 "grpc", nil
return "gun", nil
default:
return "", newError("Config: unknown transport protocol: ", p)
}