mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 12:34:37 +03:00
update box
This commit is contained in:
@@ -44,7 +44,9 @@ namespace NekoRay::fmt {
|
||||
}
|
||||
|
||||
if (!packet_encoding.isEmpty()) {
|
||||
outbound->insert("packet_encoding", packet_encoding);
|
||||
auto pkt = packet_encoding;
|
||||
if (pkt == "packet") pkt = "packetaddr";
|
||||
outbound->insert("packet_encoding", pkt);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user