服务器一台 或者电脑 笔记本
软件:
[crypto-block]
写盘:https://www.balena.io/etcher/
固件:https://api.dannywiki.com/img/openwrt-x86-64.img
固件也可以自己编译,或者用官方的。
和制作U盘系统一样
开机引导安装即可
完事需要修改IP信息
云服务器修改IP为自己的内网IP
重启
使用ip登录
账号root 密码无
其他的就不说了 为每个使用的端口增加一个隧道,已达到独立
最后可以使用网上一键脚本实现隧道搭建,多账号 多协议可视化
bash <(curl -Ls https://raw.githubusercontent.com/vaxilu/x-ui/master/install.sh)
单协议
sudo -i
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O /root/install.sh
chmod 777 /root/install.sh
/bin/sh /root/install.sh --port=端口 --user=账号 --passwd=密码
出现问题可以单独启动
/bin/sh /root/install.sh --port=端口 --user=账号 --passwd=密码
echo "finished"
bash install.sh --uninstall
/bin/sh /root/install.sh --port=端口 --user=账号 --passwd=密码
echo "finished"
[/crypto-block]