Skip to content

Commit

Permalink
Replace with a https based sign API
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSnowfield committed Oct 17, 2023
1 parent 188e65c commit 574014e
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 574014e

Please sign in to comment.