Fix: grpc transport path should not escape
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
]
|
||||
},
|
||||
"grpcSettings": {
|
||||
"serviceName": "example"
|
||||
"serviceName": "example!"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -335,7 +335,7 @@ func TestClash_VmessGrpc(t *testing.T) {
|
||||
UDP: true,
|
||||
ServerName: "example.org",
|
||||
GrpcOpts: outbound.GrpcOptions{
|
||||
GrpcServiceName: "example",
|
||||
GrpcServiceName: "example!",
|
||||
},
|
||||
})
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user