Skip to content

Commit

Permalink
Merge pull request #28 from Linwenxuan05/thesnowfield-patch
Browse files Browse the repository at this point in the history
Replace with a https based sign API
  • Loading branch information
Linwenxuan authored Oct 17, 2023
2 parents 188e65c + 574014e commit 77d0b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lagrange.Core/Utility/Sign/LinuxSigner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace Lagrange.Core.Utility.Sign;

internal class LinuxSigner : SignProvider
{
private const string Url = "http://cn-chengdu.qwqq.moe:20747/api/sign";
private const string Url = "https://sign.konata.dev";

public override byte[]? Sign(string cmd, uint seq, byte[] body, out byte[]? ver, out string? token)
{
Expand Down

0 comments on commit 77d0b9d

Please sign in to comment.