在Windows下請支持CNG加密後端 #3412
Fubuki0x10DE
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
在Windows下請支持CNG(CryptNextGen)加密後端。在Windows筆電下而且電池供電時,使用V2Ray-Core比較耗電。因為Go運行於Ring 3,且不支持硬件加速。而CNG集成於Windows,支持硬件加速。
如果檢測到Windows 10/11(Windows版本號10.x),自動使用CNG加密後端;否則,使用Go加密後端。
Windows下的Edge瀏覽器就用了CNG。
同樣,如果檢測到macOS 11或更高版本,自動使用Network TLS加密後端,因為Network TLS支持硬件加速(T系列晶片和M系列晶片);否則,使用Go TLS加密後端。注:macOS 10.15開始引入Network TLS,但TLS 1.3直到macOS 11才支援。
All reactions