~修复zsh环境安装报错

~修复singbox内核ss入站无法生效的bug
This commit is contained in:
juewuy
2026-01-01 15:53:20 +08:00
parent 849fc928ed
commit 760458cd58
3 changed files with 5 additions and 1 deletions

View File

@@ -29,6 +29,8 @@ EOF
{
"type": "shadowsocks",
"tag": "ss-in",
"listen": "::",
"listen_port": $sss_port,
"method": "$sss_cipher",
"password": "$sss_pwd",
}