作者:XD
/ 发表: 2023年12月7日 02:18 / 更新: 2024年1月3日 10:25
/ 编程笔记 / 阅读量:867
Steps:
- Purchase Lighthouse Ubuntu System: Select a server located in Silicon Valley on Tencent Cloud.
- Update and Install Curl:
apt-get update -y && apt-get install curl -y
This updates the system and installs Curl.
- Install v2ray:
bash <(curl -s -L https://git.io/v2ray.sh)
Run this command to initiate v2ray installation and obtain a vmess URL.
- Configure Firewall Rules: Adjust the firewall settings to allow traffic through the port generated by the v2ray installation.
- Download and Install v2rayNG App: Install the v2rayNG app on your device.
- Import vmess URL to v2rayNG: Copy the vmess URL generated in step 3. Then, click “+” select "Import config from Clipboard" in the v2rayNG app to import this URL.
Additional Resources: