mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-17 21:03:30 +00:00
luci-app-turboacc: use old extra_command wrapper
This commit is contained in:
parent
4a0fbb84ad
commit
382647e995
@ -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'
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user