update fmt

This commit is contained in:
arm64v8a
2023-06-14 15:41:44 +09:00
parent b5b1eeb707
commit f29c82a938
2 changed files with 10 additions and 5 deletions

View File

@@ -69,11 +69,9 @@ namespace NekoGui_fmt {
outbound->insert("tls", tls);
}
if (!packet_encoding.isEmpty()) {
auto pkt = packet_encoding;
if (pkt == "packet") pkt = "packetaddr";
outbound->insert("packet_encoding", pkt);
}
auto pkt = packet_encoding;
if (pkt == "packet") pkt = "packetaddr";
outbound->insert("packet_encoding", pkt);
}
CoreObjOutboundBuildResult SocksHttpBean::BuildCoreObjSingBox() {