2020-06-24 20:42:49

This commit is contained in:
monlor
2020-06-24 20:42:49 +08:00
parent 58a835fc80
commit 0d060130ec
3 changed files with 6 additions and 4 deletions

View File

@@ -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