luci-app-ssr-plus: add anti-AD v4 rules by default

This commit is contained in:
coolsnowwolf 2020-02-18 16:24:20 +08:00
parent 0ccf9b831d
commit 8269399df9
2 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-ssr-plus
PKG_RELEASE:=142
PKG_VERSION:=3
PKG_RELEASE:=143
PKG_VERSION:=1
PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk

View File

@ -10,6 +10,8 @@ config global
option switch_timeout '5'
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'
config socks5_proxy
option socks '0'