Replace with a https based sign API

This commit is contained in:
TheSnowfield 2023-10-17 15:44:12 +08:00
parent 188e65ccc1
commit 574014ea18
No known key found for this signature in database
GPG Key ID: FD105917CE48A742
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{