mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 03:43:29 +00:00
Fix missed typo
This commit is contained in:
parent
851f7fd90b
commit
68b0776cb9
@ -42,7 +42,7 @@ start()
|
||||
local vt_safe_dns_port=`uci get v2ray.@v2ray[0].safe_dns_port 2>/dev/null`
|
||||
local vt_safe_dns_tcp=`uci get v2ray.@v2ray[0].safe_dns_tcp 2>/dev/null`
|
||||
local vt_proxy_mode=`uci get v2ray.@v2ray[0].proxy_mode`
|
||||
local vt_server_addr='uci get v2ray.@v2ray[0].address'
|
||||
local vt_server_addr=`uci get v2ray.@v2ray[0].address`
|
||||
local cron_mode=`uci get v2ray.@v2ray[0].cron_mode 2>/dev/null`
|
||||
local vt_gfwlist=`__gfwlist_by_mode $vt_proxy_mode`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user