已添加 scripts/components/gateway.sh

This commit is contained in:
juewuy
2025-12-12 11:38:31 +08:00
parent 306e535dd3
commit 45abeaf1db
2 changed files with 157 additions and 0 deletions

View File

@@ -1849,6 +1849,10 @@ advanced_set() { #进阶设置
read -p "请输入对应数字 > " num
case "$num" in
0) ;;
1)
. "$CRASHDIR"/components/gateway.sh && gateway
advanced_set
;;
3)
setfirewall
advanced_set