mirror of
https://github.com/alibaba/higress.git
synced 2026-03-08 02:30:56 +08:00
fix: add support for nacos triple protocol (#1186)
This commit is contained in:
@@ -32,7 +32,7 @@ func ParseProtocol(s string) Protocol {
|
||||
return TCP
|
||||
case "http":
|
||||
return HTTP
|
||||
case "grpc":
|
||||
case "grpc", "triple", "tri":
|
||||
return GRPC
|
||||
case "dubbo":
|
||||
return Dubbo
|
||||
|
||||
Reference in New Issue
Block a user