科学上网

使用教程直接看以下内容

  1. 客户端软件(软件群文件里有)
  2. window软件配置
  3. 安卓配置
  4. 白名单配置

1.服务端脚本(不需要管):

  1. https://github.com/v2fly/v2ray-core
  2. 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": {}
}]
}

重启服务

1
systemctl restart v2ray

2.客户端软件

  1. windows: https://github.com/2dust/v2rayN/releases
  2. 安卓 https://github.com/2dust/v2rayNG

3.windows客户端脚本配置

解压后,开箱即食

xzcCsU.md.png

xzcPLF.md.png

4.安卓端使用

xzc9MT.md.png

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

xz6zR0.md.png

示例

未配置白名单,使用代理访问,机构显示为空

配置成功后,使用直连,显示机构

xzcSzV.md.png

文档

  1. https://www.v2fly.org/guide/start.html
  2. https://www.v2fly.org/guide/start.html
------ 本文结束 thankyou 感谢阅读 ------

欢迎扫一扫上面的微信二维码,订阅 codeHub 公众号