提升效能、省電建議 #1352
okudayukiko
started this conversation in
Ideas
提升效能、省電建議
#1352
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.
-
在筆記本電腦、Android手機平台上,L2TP/IPsec比WireGuard/Shadowsocks省電。
估計是因為Windows/Android內建了IPsec Kernel Module,而WireGuard/Shadowsocks是運行在User Mode(除了WireGuardNT)。如Windows內建了C:\Windows\system32\drivers\rasl2tp.sys和C:\Windows\system32\drivers\http.sys模組。
個人建議,1.在Client端將V2Ray轉換為PSK IPsec,然後調用Windows/Android IPsec API來創建VPN 2.為V2Ray加入Kernel Module,但難度較大(誰出錢給V2Ray LKM加上數位簽章?)。
注:不建議用
apt-get install strongswan
,請手動編譯strongswan。Beta Was this translation helpful? Give feedback.
All reactions