We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d072c31 commit 4f9f0faCopy full SHA for 4f9f0fa
1 file changed
Lagrange.Core/Internal/Services/System/HighwaySessionService.cs
@@ -43,7 +43,7 @@ protected override ValueTask<HighwaySessionEventResp> Parse(ReadOnlyMemory<byte>
43
var addresses = new List<string>();
44
foreach (var addr in srvAddr.Addrs)
45
{
46
- addresses.Add($"{ProtocolHelper.UInt32ToIPV4Addr(addr.Ip)}:{addr.Port}");
+ addresses.Add($"{ProtocolHelper.UInt32ToIPV4Addr(addr.Ip)}:{addr.Port}/cgi-bin/httpconn?htcmd=0x6FF0087&uin={context.Keystore.Uin}");
47
}
48
49
servers[srvAddr.ServiceType] = addresses;
0 commit comments