From 514ab0de193a15d3f70f77266a119fd0a8ff0bc1 Mon Sep 17 00:00:00 2001 From: LEAN-ESX Date: Tue, 3 Mar 2020 21:48:24 -0800 Subject: [PATCH] luci-app-ssr-plus: change default ad-filter and chn url --- package/lean/luci-app-ssr-plus/Makefile | 2 +- package/lean/luci-app-ssr-plus/root/etc/config/shadowsocksr | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/package/lean/luci-app-ssr-plus/Makefile b/package/lean/luci-app-ssr-plus/Makefile index 319e00a20..382c6161f 100644 --- a/package/lean/luci-app-ssr-plus/Makefile +++ b/package/lean/luci-app-ssr-plus/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-ssr-plus PKG_VERSION:=159 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/package/lean/luci-app-ssr-plus/root/etc/config/shadowsocksr b/package/lean/luci-app-ssr-plus/root/etc/config/shadowsocksr index e6b949e7b..63cbef98f 100644 --- a/package/lean/luci-app-ssr-plus/root/etc/config/shadowsocksr +++ b/package/lean/luci-app-ssr-plus/root/etc/config/shadowsocksr @@ -11,7 +11,9 @@ config global option switch_time '667' option switch_try_count '3' option adblock '0' - option adblock_url 'https://gitee.com/privacy-protection-tools/anti-ad/raw/master/easylist.txt' + option adblock_url 'https://gitee.com/privacy-protection-tools/anti-ad/raw/master/anti-ad-for-dnsmasq.conf' + option chnroute '0' + option chnroute_url 'https://ispip.clang.cn/all_cn.txt' config socks5_proxy option socks '0'