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:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user