adbyby mem mode disable by default

This commit is contained in:
coolsnowwolf 2018-06-15 00:49:22 +08:00
parent 50f564ec20
commit bf394207dd
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ LUCI_DEPENDS:=+adbyby +wget +ipset +coreutils +coreutils-nohup +dnsmasq-full
LUCI_PKGARCH:=all
PKG_NAME:=luci-app-adbyby-plus
PKG_VERSION:=2.0
PKG_RELEASE:=29
PKG_RELEASE:=30
include $(TOPDIR)/feeds/luci/luci.mk

View File

@ -6,6 +6,6 @@ config adbyby
option block_ios '1'
option enable '0'
option wan_mode '1'
option mem_mode '1'
option mem_mode '0'
option update_source '0'