mirror of
https://github.com/MatsuriDayo/nekoray.git
synced 2025-12-17 20:44:38 +03:00
refactor: show default fingerprint in ui
Not add it to configuration in slient. fix(sub): add fingerprint for vmess
This commit is contained in:
committed by
arm64v8a
parent
6029b4236f
commit
a2fe70509b
@@ -69,6 +69,9 @@ namespace NekoGui_fmt {
|
||||
stream->reality_sid = GetQueryValue(query, "sid", "");
|
||||
stream->reality_spx = GetQueryValue(query, "spx", "");
|
||||
stream->utlsFingerprint = GetQueryValue(query, "fp", "");
|
||||
if (stream->utlsFingerprint.isEmpty()) {
|
||||
stream->utlsFingerprint = NekoGui::dataStore->utlsFingerprint;
|
||||
}
|
||||
|
||||
// type
|
||||
if (stream->network == "ws") {
|
||||
@@ -184,6 +187,9 @@ namespace NekoGui_fmt {
|
||||
stream->reality_sid = GetQueryValue(query, "sid", "");
|
||||
stream->reality_spx = GetQueryValue(query, "spx", "");
|
||||
stream->utlsFingerprint = GetQueryValue(query, "fp", "");
|
||||
if (stream->utlsFingerprint.isEmpty()) {
|
||||
stream->utlsFingerprint = NekoGui::dataStore->utlsFingerprint;
|
||||
}
|
||||
|
||||
// type
|
||||
if (stream->network == "ws") {
|
||||
|
||||
Reference in New Issue
Block a user