mirror of
https://github.com/remittor/zapret-openwrt.git
synced 2026-01-27 12:50:35 +03:00
Compare commits
3 Commits
v72.202601
...
v72.202601
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e16e4cb7f8 | ||
|
|
247f650b8a | ||
|
|
d0c7bc694d |
@@ -5,7 +5,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=luci-app-zapret
|
||||
PKG_VERSION:=72.20260119
|
||||
PKG_VERSION:=72.20260125
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_MAINTAINER:=remittor <https://github.com/remittor>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=zapret
|
||||
PKG_VERSION:=72.20260119
|
||||
PKG_VERSION:=72.20260125
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=bol-van
|
||||
@@ -14,8 +14,8 @@ PKG_LICENSE_FILES:=docs/LICENSE.txt
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/bol-van/zapret.git
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_VERSION:=c849e55ef0f1c244206f5a05ff7b1ab41a3824ee
|
||||
PKG_SOURCE_DATE:=2026-01-19
|
||||
PKG_SOURCE_VERSION:=119e243b3664d6a512ed8b6ab61dcba00987105c
|
||||
PKG_SOURCE_DATE:=2026-01-25
|
||||
|
||||
#PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
#PKG_SOURCE_URL:=https://github.com/bol-van/zapret/archive/refs/tags/v$(PKG_VERSION).tar.gz?
|
||||
@@ -242,6 +242,10 @@ if [ -z "$${IPKG_INSTROOT}" ]; then
|
||||
chmod 644 $${ZAPRET_DIR}/ipset_def/*.txt >/dev/null 2>&1
|
||||
chmod 644 $${ZAPRET_DIR}/init.d/openwrt/custom.d/*.sh >/dev/null 2>&1
|
||||
chmod 644 $${ZAPRET_DIR}/config* >/dev/null 2>&1
|
||||
# cleanup custom.d directory
|
||||
rm -f $${ZAPRET_DIR}/init.d/openwrt/custom.d/*-opkg*
|
||||
rm -f $${ZAPRET_DIR}/init.d/openwrt/custom.d/*.opkg*
|
||||
rm -f $${ZAPRET_DIR}/init.d/openwrt/custom.d/*.apk*
|
||||
# creating main config if its not exists
|
||||
if [ ! -f "$${ZAPRET_CONFIG}" ]; then
|
||||
cp -f "$${ZAPRET_CONFIG_DEF}" "$${ZAPRET_CONFIG}"
|
||||
|
||||
@@ -193,6 +193,9 @@ function init_before_start
|
||||
[ ! -f "$HOSTLIST_FN" ] && touch "$HOSTLIST_FN"
|
||||
chmod 644 $ZAPRET_BASE/ipset/*.txt
|
||||
chmod 666 $ZAPRET_BASE/ipset/*.log
|
||||
rm -f $ZAPRET_BASE/init.d/openwrt/custom.d/*-opkg*
|
||||
rm -f $ZAPRET_BASE/init.d/openwrt/custom.d/*.opkg*
|
||||
rm -f $ZAPRET_BASE/init.d/openwrt/custom.d/*.apk*
|
||||
rm -f /tmp/$ZAPRET_CFG_NAME+*.log
|
||||
#*/
|
||||
if [ "$DAEMON_LOG_ENABLE" = "1" ]; then
|
||||
|
||||
@@ -288,4 +288,39 @@ huaweicloud-dns.org
|
||||
#################################### Okko
|
||||
okko.tv
|
||||
playfamily.ru
|
||||
#################################### Beeline
|
||||
beeline.ru
|
||||
beeline.tv
|
||||
#################################### Delta Force
|
||||
volces.com
|
||||
wetest.net
|
||||
intlgame.com
|
||||
fleetlogd.com
|
||||
dgameglobal.com
|
||||
tdatamaster.com
|
||||
playdeltaforce.com
|
||||
quovadisglobal.com
|
||||
jupiterlauncher.com
|
||||
anticheatexpert.com
|
||||
#################################### Microsoft
|
||||
live.com
|
||||
lync.com
|
||||
skype.com
|
||||
microsoft
|
||||
msauth.net
|
||||
office.net
|
||||
office.com
|
||||
msocdn.com
|
||||
mojang.com
|
||||
windows.net
|
||||
msftauth.net
|
||||
xboxlive.com
|
||||
microsoft.com
|
||||
office365.com
|
||||
azureedge.net
|
||||
skypeassets.com
|
||||
windowsupdate.com
|
||||
microsoftonline.com
|
||||
microsoftonline-p.com
|
||||
minecraftservices.com
|
||||
####################################
|
||||
|
||||
Reference in New Issue
Block a user