Requirements:
- a server in China, with needed port open
- a computer that can use ssh, scp and access GitHub
- fhs-install-v2ray
- v2ray-core
Upload fhs-install-v2ray and v2ray-core to your server.
Make script runable with
chmod +x ./install-release.shThen, run./install-release.sh -l ./v2ray-linux-64.zip After that, you can configure v2ray in/usr/local/etc/v2ray/Run systemctl enable v2ray to run v2ray at startup.
When I configure it on client side, clash-verge-rev, I found out that the alterId in proxies must be defined. And for some reason I have to run
export V2RAY_VMESS_AEAD_FORCED=falseand add this to v2ray.service
Environment='V2RAY_VMESS_AEAD_FORCED=false'
And you may also work around by setting alterId=0.
Related:
No comments:
Post a Comment