Fix utls build

This commit is contained in:
Nova 2025-12-03 01:41:55 +03:30
parent 33a7c9ff72
commit f6553fcb96

View File

@ -46,7 +46,7 @@ namespace Configs {
obj["enabled"] = true;
obj["fingerprint"] = dataStore->utlsFingerprint;
}
return {ExportToJson(), ""};
return {obj, ""};
}
bool ECH::ParseFromLink(const QString& link)