科学上网V2ray搭建教程
发表于|更新于|技术博客
|总字数:229|阅读时长:1分钟|浏览量:
部署v2ray服务
bash <(curl -L https://raw.githubusercontent.com/v2fly/fhs-install-v2ray/master/install-release.sh) |
安装成功截图
配置v2ray文件
vi /usr/local/etc/v2ray/config.json |
添加如下内容:
注意:port与id均为自定义的
{ |
port:
建议使用5位数的端口,不易与系统本身使用的端口冲突
id:
uuid随机生成器:
https://www.uuidgenerator.net/
https://www.v2fly.org/awesome/tools.html
启动v2ray服务
systemctl enable v2ray |
客户端使用
MAC
https://github.com/yanue/V2rayU/releases
WINDOWS
https://github.com/2dust/v2rayN/releases
使用截图
谷歌搜索IP定位:日本(服务器实例为某里云-日本节点)
系统代理:自动配置系统代理
路由:全局
文章作者: MUMU
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 blog.wo0ow.com!