mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-15 01:42:24 +00:00
2020-06-24 20:42:49
This commit is contained in:
@@ -16,7 +16,7 @@ if [ "$enable" == '1' ]; then
|
||||
readsh "请输入${appname}域名[例如@.mixbox.com或www.mixbox.com]" "domain"
|
||||
readsh "请输入${appname}检查分钟间隔(建议10)" "time" "10"
|
||||
fi
|
||||
readsh "启用ipv6支持[1/0]" "ipv6" "0"
|
||||
readsh "支持类型[0仅ipv4/1仅ipv6/2通吃]" "type" "0"
|
||||
|
||||
readsh "重启${appname}服务[1/0]" "res" "1"
|
||||
[ "$res" != '0' ] && exit 0
|
||||
|
||||
Reference in New Issue
Block a user