不想出问题请严格根据我视频的教程走,建议先根据教程跑通,再进行自定义的操作!

视频

ROS运行MOSDNS

cover

视频链接:https://www.youtube.com/watch?v=ArUiMVrytNQ&t=1s

用到的资源MOSDNS:https://t.me/buaizheteng/554

ROS搭配SINGBOX分流

cover

https://www.youtube.com/watch?v=IPftiPvBIDo&t=24s

用到的资源Singbox:https://t.me/buaizheteng/5

ROS用Grafana展示系统信息

https://www.youtube.com/watch?v=T4jD0-Otces&t=2s

视频用到的命令可以去这里看:https://jokin.uk/posts/17955

Ubuntu运行Singbox

cover

https://youtu.be/wZ8aaM7Oo-Y

爱快+Ubuntu+Singbox

cover

https://youtu.be/aadI6kpFZug

上面两个Ubuntu运行Singbox的脚本都可以用这个

1
bash -c "$(curl -kfsSl https://wiki.jokin.uk/tools/singbox_install.sh)"

SCG教程视频

cover

https://youtu.be/Srnr3By9AMw

网站:https://scg.jokin.uk/

什么是FakeIP分流法?为什么电报连接不上?

cover

视频链接:https://youtu.be/JAUeyzCbxZE

斐讯N1运行Singbox

视频链接:https://youtu.be/Gxi6_XOPuv0

资源:https://github.com/ophub/amlogic-s9xxx-armbian/blob/main/README.cn.md

清华源:

1
sudo nano /etc/apt/sources.list
1
2
3
4
5
6
7
8
9
10
11
12
# 默认注释了源码镜像以提高 apt update 速度,如有需要可自行取消注释
deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm main contrib non-free non-free-firmware

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-updates main contrib non-free non-free-firmware

deb https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware
# deb-src https://mirrors.tuna.tsinghua.edu.cn/debian/ bookworm-backports main contrib non-free non-free-firmware

deb https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
# deb-src https://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

singbox安装脚本:

1
bash -c "$(curl -kfsSl https://wiki.jokin.uk/tools/singbox_install.sh)"

常用命令:

1
2
3
4
5
6
#查看状态
systemctl status singbox
#启动
systemctl start singbox
#重启
systemctl restart singbox

开启性能模式:输入sudo armbian-config,然后依次选择System -> CPU -> true -> 1512000 -> Performance -> OK

ALP-SINGBOX

下载链接:https://drive.google.com/drive/folders/1BqnZ6t5SBYvAcSkeHmI4bil0sP7IU1Gj?usp=sharing

导入命令:

1
qm importdisk 103 alp-singbox-1810-vip-1.qcow2 local-lvm

常见问题:

Singbox

运行报错

image-20240322102419084

运行这个命令看下报错日志,根据日志解决问题:

1
/usr/local/bin/singbox run -D /root/singbox/

Tproxy怎么开启

redirect性能和Tproxy差不多,不需要udp的话可以redirect用,想开启的话就。

先redirect安装,再选择6:重新配置Tproxy

开Tproxy先关闭Tun的自动路由,重新上传配置后再开Tproxy
03-23-19-32-51

03-22-11-52-42

SCG

出问题建议点击右上角重置一下,我经常会更新,但是为了你们方便使用本地有缓存。重置可以清除缓存。

03-22-11-06-18

然后确认订阅获取到的是不是Base64信息,下图就不是

03-22-11-57-03

验证base64,复制内容去这个网站验证一下:https://base64.us/

03-22-11-57-50

生成报错的或者点击预览没有节点的,比如这样,多半是节点不支持,可以群里私聊我节点信息,我调试一下。image-20240322103428603