Skip to content

Commit

Permalink
use IPv4 for Highway
Browse files Browse the repository at this point in the history
  • Loading branch information
Linwenxuan authored and Linwenxuan committed Oct 9, 2023
1 parent cc7acff commit 14ed5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Internal/Context/HighwayContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public HighwayContext(ContextCollection collection, BotKeystore keystore, BotApp

public async Task<bool> EchoAsync(uint uin)
{
var uri = new Uri($"https://sslv6.htdata.qq.com:443/cgi-bin/httpconn?htcmd=0x6FF0087&uin={uin}");
var uri = new Uri($"http://htdata3.qq.com:80/cgi-bin/httpconn?htcmd=0x6FF0087&uin={uin}");

var head = new ReqDataHighwayHead
{
Expand Down

0 comments on commit 14ed5d8

Please sign in to comment.