From 832bab3bcaa863b8dfbebf4e71068db3f7ed31e1 Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Sat, 26 Oct 2024 17:27:48 +0300 Subject: [PATCH] dnsmaqs-full dep --- podkop/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/Makefile b/podkop/Makefile index 895c813..b9f3dd2 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -12,7 +12,7 @@ include $(INCLUDE_DIR)/package.mk define Package/podkop SECTION:=net CATEGORY:=Network - DEPENDS:=+curl +jq +kmod-nft-tproxy +coreutils-base64 + DEPENDS:=+dnsmasq-full +curl +jq +kmod-nft-tproxy +coreutils-base64 TITLE:=Domain routing app URL:=https://itdog.info PKGARCH:=all