From e7fc8ffcbffb5f3c16e4a36c2e5fd13eb8be68b9 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Mon, 2 Mar 2020 00:56:27 -0800 Subject: [PATCH] luci-app-ssr-plus: remove fallback opendns server --- package/lean/luci-app-ssr-plus/Makefile | 4 ++-- .../lean/luci-app-ssr-plus/root/etc/init.d/shadowsocksr | 9 --------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index 619aa5eac..1cdc90edf 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ssr-plus -PKG_VERSION:=154 -PKG_RELEASE:=3 +PKG_VERSION:=155 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/package/lean/luci-app-ssr-plus/root/etc/init.d/shadowsocksr b/package/lean/luci-app-ssr-plus/root/etc/init.d/shadowsocksr index ba951d1b4..884f5ca2d 100755 --- a/package/lean/luci-app-ssr-plus/root/etc/init.d/shadowsocksr +++ b/package/lean/luci-app-ssr-plus/root/etc/init.d/shadowsocksr @@ -250,15 +250,6 @@ start_pdnsd() { interval=10m; purge_cache=off; } - server{ - label="ssr-pdnsd"; - ip=$tcp_dns_list; - port=5353; - timeout=6; - uptest=none; - interval=10m; - purge_cache=off; - } EOF /usr/sbin/pdnsd -c /var/etc/pdnsd.conf -d }