mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-18 04:54:38 +03:00
update fmt
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user