Compare commits

..

1 commit

Author SHA1 Message Date
DHR60
5bb438abf8
Merge 1f7609cc22 into d589713fd5 2026-01-31 03:44:27 +00:00

View file

@ -325,7 +325,6 @@ public partial class CoreConfigV2rayService
else if (!node.CertSha.IsNullOrEmpty())
{
tlsSettings.pinnedPeerCertSha256 = node.CertSha;
tlsSettings.allowInsecure = false;
}
streamSettings.tlsSettings = tlsSettings;
}