From 7d8bd72a1fc4fc7211a75addbb707380f24db7c3 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Tue, 7 Jul 2020 20:04:43 +0800 Subject: [PATCH] luci-app-sfe: fix typo error --- package/lean/luci-app-sfe/luasrc/controller/sfe.lua | 2 +- package/lean/luci-app-sfe/po/zh-cn/sfe.po | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-sfe/luasrc/controller/sfe.lua b/package/lean/luci-app-sfe/luasrc/controller/sfe.lua index 64ad85cd57..84e51788cb 100644 --- a/package/lean/luci-app-sfe/luasrc/controller/sfe.lua +++ b/package/lean/luci-app-sfe/luasrc/controller/sfe.lua @@ -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() diff --git a/package/lean/luci-app-sfe/po/zh-cn/sfe.po b/package/lean/luci-app-sfe/po/zh-cn/sfe.po index 91fa321718..4b985b47c6 100644 --- a/package/lean/luci-app-sfe/po/zh-cn/sfe.po +++ b/package/lean/luci-app-sfe/po/zh-cn/sfe.po @@ -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 加速"