~新手引导部分优化
~修复在线生成配置文件相关bug
~修复节点绕过功能相关bug
~修复公网访问功能相关bug
This commit is contained in:
juewuy
2023-04-03 21:46:24 +08:00
parent 3379e8ed8a
commit e4546476aa
7 changed files with 23 additions and 19 deletions

View File

@@ -940,7 +940,9 @@ userguide(){
errornum
forwhat
elif [ "$num" = 1 ];then
redir_mod="Redir模式"
redir_mod="redir模式"
ckcmd nft && redir_mod="Nft基础"
modprobe nft_tproxy &> /dev/null && redir_mod="Nft混合"
setconfig redir_mod "$redir_mod"
#设置开机启动
[ -f /etc/rc.common ] && /etc/init.d/clash enable