最新的科学上网方式,持续更新中(2023)
# 快速上手
- 一键安装脚本
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
1
执行后显示如下
==============================================================
1.安装 # 新手小白选择1安装就对了
2.任意组合安装
3.切换Trojan[XTLS]
4.Hysteria管理
5.REALITY管理
6.Tuic管理
-------------------------工具管理-----------------------------
7.账号管理
8.更换伪装站
9.更新证书
10.更换CDN节点
11.分流工具
12.添加新端口
13.BT下载管理
14.切换alpn
15.域名黑名单
-------------------------版本管理-----------------------------
16.core管理
17.更新脚本
18.安装BBR、DD脚本
-------------------------脚本管理-----------------------------
19.查看日志
20.卸载脚本
==============================================================
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- 选择xray内核
请选择:1
功能 1/1 : 选择核心安装
==============================================================
1.Xray-core # 请选择这个 v2ray已经不怎么更新了,xray功能也更丰富
2.v2ray-core
==============================================================
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
安装提示一步步执行即可。
# BBR安装
# 执行命令并保存生效
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
# 查看bbr是否生效
lsmod | grep bbr
# >> 显示 tcp_bbr 20480 # 出现bbr显示成功
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
# 测试vps回程线路
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
1
2
3
4
2
3
4
# 流媒体解锁检测
脚本一:流媒体检测合辑 包含奈菲,迪斯尼等
bash <(curl -L -s https://raw.githubusercontent.com/lmc999/RegionRestrictionCheck/main/check.sh)
1
脚本二: 奈菲解锁检测
wget -O nf https://github.com/sjlleo/netflix-verify/releases/download/2.6/nf_2.6_linux_amd64 && chmod +x nf && clear && ./nf
1
# 参考
https://www.v2ray-agent.com/archives/1682491479771 (opens new window) (纯小白建议看该网站详细教程)
# 收藏
https://share.freevod.org/ (opens new window) (免费观影网站,挂代理)
上次更新: 2024/02/21, 11:34:46