fix ssr pro luci and add DNS cache

This commit is contained in:
coolsnowwolf 2018-04-24 18:10:23 +08:00
parent a07625c4a2
commit ad7e29070e
3 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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"