From 2aee77b9a2f54b1e59763d814890e2186abb44ae Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Mon, 2 Jun 2025 15:40:14 +0300 Subject: [PATCH] v0.4.4 Added independent_cache --- luci-app-podkop/Makefile | 2 +- podkop/Makefile | 2 +- podkop/files/usr/bin/podkop | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/luci-app-podkop/Makefile b/luci-app-podkop/Makefile index 526ade1..ab87f8e 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-podkop -PKG_VERSION:=0.4.3 +PKG_VERSION:=0.4.4 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index ddecd31..37e8e3c 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.4.3 +PKG_VERSION:=0.4.4 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index 26102ad..c6a9023 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -797,6 +797,7 @@ sing_box_dns() { --arg fakeip "$FAKEIP" \ '.dns = { "strategy": "ipv4_only", + "independent_cache": true, "fakeip": { "enabled": true, "inet4_range": $fakeip