使用教程直接看以下内容
- 客户端软件(软件群文件里有)
- window软件配置
- 安卓配置
- 白名单配置
1.服务端脚本(不需要管):
- https://github.com/v2fly/v2ray-core
- https://github.com/v2fly/fhs-install-v2ray
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
| /usr/local/etc/v2ray/config.json
{ "inbounds": [{ "port": 10086, // 服务器监听端口,必须和上面的一样 "protocol": "vmess", "settings": { "clients": [{ "id": "b831381d-6324-4d53-ad4f-8cda48b30811" }] } }], "outbounds": [{ "protocol": "freedom", "settings": {} }] }
|
重启服务
2.客户端软件
- windows: https://github.com/2dust/v2rayN/releases
- 安卓 https://github.com/2dust/v2rayNG
3.windows客户端脚本配置
解压后,开箱即食
4.安卓端使用
5.配置v2rayN白名单
https://baiyunju.cc/7527
https://baiyunju.cc/7242
Proxy (代理)、Direct (直连)、Block (阻止)的含义
- Block (阻止): 拦截向外发送的连接请求,禁止连网。
- Direct (直连): 直接访问外部网络,不走代理。
- Proxy (代理): 允许通过代理连接上网。
1 2 3 4 5 6 7 8 9 10 11
| genome.cshlp.org, cell.com, science.org, nature.come, nph.onlinelibrary.wiley.com, genomebiology.biomedcentral.com, academic.oup.com, journals.plos.org, onlinelibrary.wiley.com, pnas.org
|
示例
未配置白名单,使用代理访问,机构显示为空
配置成功后,使用直连,显示机构
文档
- https://www.v2fly.org/guide/start.html
- https://www.v2fly.org/guide/start.html