mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
fix bug
This commit is contained in:
@@ -597,7 +597,8 @@ namespace NekoRay {
|
|||||||
auto stream = GetStreamSettings(ent->bean.data());
|
auto stream = GetStreamSettings(ent->bean.data());
|
||||||
if (stream != nullptr && !stream->packet_encoding.isEmpty()) {
|
if (stream != nullptr && !stream->packet_encoding.isEmpty()) {
|
||||||
muxObj["packetEncoding"] = stream->packet_encoding;
|
muxObj["packetEncoding"] = stream->packet_encoding;
|
||||||
} else if (stream != nullptr && stream->network == "grpc") {
|
}
|
||||||
|
if (stream != nullptr && stream->network == "grpc") {
|
||||||
// ignore mux.cool for gRPC
|
// ignore mux.cool for gRPC
|
||||||
} else {
|
} else {
|
||||||
outbound["mux"] = muxObj;
|
outbound["mux"] = muxObj;
|
||||||
|
|||||||
Reference in New Issue
Block a user