JDCloud Luban && JDCloud RE-CP-02
JDCloud AX1800 Pro
OpenWrt其他配置
常用插件
#科学上网插件
luci-app-openclash
luci-app-passwall2
luci-app-passwall
#组网插件
luci-app-openvpn
openvpn-openssl
luci-app-zerotier
配置Zerotier
#修改配置文件
vim /etc/config/zerotier
config zerotier 'global'
option enabled '1'
config network
option id 'af415e486fe72a25'
#设置服务开机自己运行
/etc/init.d/zerotier enable
#设置重启自动运行加入网络
crontab -e
@reboot /usr/bin/zerotier-cli join af415e486fe72a25
#查看状态
zerotier-cli info