luci-app-turboacc: use old extra_command wrapper

This commit is contained in:
coolsnowwolf 2021-06-30 21:29:49 +08:00
parent 4a0fbb84ad
commit 382647e995
2 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@ config turboacc 'config'
option sfe_bridge '1'
option sfe_ipv6 '0'
option fullcone_nat '1'
option bbr_cca '1'
option bbr_cca '0'
option dns_caching '0'
option dns_caching_mode '1'
option dns_caching_dns '114.114.114.114,114.114.115.115,223.5.5.5,223.6.6.6,180.76.76.76,119.29.29.29,119.28.28.28,1.2.4.8,210.2.4.8'

View File

@ -5,7 +5,8 @@
START=90
STOP=10
extra_command "check_status" "Check running status of utils"
EXTRA_COMMANDS="check_status"
EXTRA_HELP=" check_status Check running status of utils"
restart_utils="true"