mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
fix ssr pro luci and add DNS cache
This commit is contained in:
parent
a07625c4a2
commit
ad7e29070e
@ -1,5 +1,5 @@
|
||||
src-git packages https://git.openwrt.org/feed/packages.git
|
||||
src-git luci https://git.openwrt.org/project/luci.git
|
||||
src-git luci https://git.openwrt.org/project/luci.git^d42ce28e20da67c4ee33af36777e821f8664f2e3
|
||||
src-git routing https://git.openwrt.org/feed/routing.git
|
||||
src-git telephony https://git.openwrt.org/feed/telephony.git
|
||||
#src-git video https://github.com/openwrt/video.git
|
||||
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=default-settings
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=39
|
||||
PKG_RELEASE:=40
|
||||
PKG_LICENSE:=GPLv3
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
|
@ -30,3 +30,12 @@ msgstr "核心数"
|
||||
|
||||
msgid "Thread"
|
||||
msgstr "线程数"
|
||||
|
||||
msgid "Size of DNS query cache"
|
||||
msgstr "DNS查询缓存条目"
|
||||
|
||||
msgid "Number of cached DNS entries (max is 10000, 0 is no caching)"
|
||||
msgstr "最大10000, 0代表不缓存,默认为150"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user