mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-16 14:23:38 +00:00
target: add zerotier by default
This commit is contained in:
parent
e5f08410e0
commit
1c4ae206b8
@ -17,7 +17,7 @@ DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fs
|
|||||||
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
|
block-mount coremark kmod-nf-nathelper kmod-nf-nathelper-extra kmod-ipt-raw wget libustream-openssl ca-certificates \
|
||||||
default-settings luci luci-proto-relay luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
|
default-settings luci luci-proto-relay luci-app-ddns luci-app-sqm luci-app-upnp luci-app-adbyby-plus luci-app-autoreboot \
|
||||||
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockneteasemusic-mini \
|
luci-app-filetransfer luci-app-vsftpd luci-app-ssr-plus luci-app-unblockneteasemusic-mini \
|
||||||
luci-app-pptp-server luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
|
luci-app-zerotier luci-app-arpbind luci-app-vlmcsd luci-app-wol luci-app-ramfree \
|
||||||
luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol \
|
luci-app-sfe luci-app-flowoffload luci-app-nlbwmon luci-app-accesscontrol \
|
||||||
ddns-scripts_aliyun ddns-scripts_dnspod
|
ddns-scripts_aliyun ddns-scripts_dnspod
|
||||||
# For nas targets
|
# For nas targets
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=luci-app-ssr-plus
|
PKG_NAME:=luci-app-ssr-plus
|
||||||
PKG_VERSION:=149
|
PKG_VERSION:=150
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Server
|
|||||||
|
|
||||||
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks
|
config PACKAGE_$(PKG_NAME)_INCLUDE_ShadowsocksR_Socks
|
||||||
bool "Include Socks Sever"
|
bool "Include Socks Sever"
|
||||||
default y
|
default n
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/$(PKG_NAME)
|
define Package/$(PKG_NAME)
|
||||||
|
@ -398,7 +398,7 @@ msgid "Anti-pollution DNS Server"
|
|||||||
msgstr "访问国外域名DNS服务器"
|
msgstr "访问国外域名DNS服务器"
|
||||||
|
|
||||||
msgid "Custom DNS Server format as IP:PORT (default: 8.8.4.4:53)"
|
msgid "Custom DNS Server format as IP:PORT (default: 8.8.4.4:53)"
|
||||||
msgstr "自定义国外域名DNS服务器,格式为 IP:PORT (默认: 8.8.4.4:53)。可自定义DNS用于 Netflix 解锁等"
|
msgstr "自定义国外域名DNS服务器,格式为 IP:PORT (默认: 8.8.4.4:53)"
|
||||||
|
|
||||||
msgid "Use Pdnsd tcp query and cache"
|
msgid "Use Pdnsd tcp query and cache"
|
||||||
msgstr "使用PDNSD TCP查询并缓存"
|
msgstr "使用PDNSD TCP查询并缓存"
|
||||||
|
Loading…
Reference in New Issue
Block a user