luci-app-sfe: fix typo error
This commit is contained in:
parent
36080d8e9f
commit
7d8bd72a1f
@ -25,7 +25,7 @@ local function is_fullcone()
|
||||
end
|
||||
|
||||
local function is_dns()
|
||||
return luci.sys.call("[ `uci get sfe.@flow[0].dnscache_enable 2>/dev/null` -ne 3 ] && pgrep dnscache >/dev/null || pgrep AdGuardHome >/dev/null") == 0
|
||||
return luci.sys.call("[ `uci get sfe.config.dnscache_enable 2>/dev/null` -ne 3 ] && pgrep dnscache >/dev/null || pgrep AdGuardHome >/dev/null") == 0
|
||||
end
|
||||
|
||||
local function is_ad()
|
||||
|
||||
@ -38,7 +38,7 @@ msgid "Enable BBR"
|
||||
msgstr "启用 BBR"
|
||||
|
||||
msgid "Bottleneck Bandwidth and Round-trip propagation time (BBR)"
|
||||
msgstr "BBR拥塞控制算法可以加强TCP应用表现,但会降低路由器本机上的WIFI吞吐性能"
|
||||
msgstr "BBR拥塞控制算法可以加强TCP应用表现"
|
||||
|
||||
msgid "DNS Acceleration"
|
||||
msgstr "DNS 加速"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user