mirror of
https://github.com/2dust/v2rayN.git
synced 2026-03-11 02:43:08 +00:00
Compare commits
2 commits
5bb438abf8
...
6c07239270
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c07239270 | ||
|
|
eb0f5bafde |
1 changed files with 1 additions and 0 deletions
|
|
@ -325,6 +325,7 @@ public partial class CoreConfigV2rayService
|
||||||
else if (!node.CertSha.IsNullOrEmpty())
|
else if (!node.CertSha.IsNullOrEmpty())
|
||||||
{
|
{
|
||||||
tlsSettings.pinnedPeerCertSha256 = node.CertSha;
|
tlsSettings.pinnedPeerCertSha256 = node.CertSha;
|
||||||
|
tlsSettings.allowInsecure = false;
|
||||||
}
|
}
|
||||||
streamSettings.tlsSettings = tlsSettings;
|
streamSettings.tlsSettings = tlsSettings;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue