From c6bf1cb56bc79be24f2f5bb9b405f99267f82832 Mon Sep 17 00:00:00 2001 From: remittor Date: Sun, 17 Nov 2024 09:42:42 +0300 Subject: [PATCH] vpn: Add podkop packages --- _addons.config | 4 ++++ _base.config | 1 + _vpn.config | 3 +++ 3 files changed, 8 insertions(+) diff --git a/_addons.config b/_addons.config index 5674dc1..598860c 100644 --- a/_addons.config +++ b/_addons.config @@ -55,6 +55,10 @@ CONFIG_FEED__amneziawg=m #GIT_FEED _ruantiblock=https://github.com/gSpotx2f/ruantiblock_openwrt.git CONFIG_FEED__ruantiblock=m +### podkop (itdog) +#GIT_FEED _podkop=https://github.com/itdoginfo/podkop.git +CONFIG_FEED__podkop=m + ### xwrt-packages #GIT_FEED _xwrt_packages=https://github.com/openwrt-xiaomi/xwrt-packages.git CONFIG_FEED__xwrt_packages=m diff --git a/_base.config b/_base.config index 534bd2b..9a5143f 100644 --- a/_base.config +++ b/_base.config @@ -251,4 +251,5 @@ CONFIG_PACKAGE_luci-app-natflow-users=y #DISABLED_SVC=xray #DISABLED_SVC=https-dns-proxy #DISABLED_SVC=ruantiblock +#DISABLED_SVC=podkop #DISABLED_SVC=youtubeUnblock diff --git a/_vpn.config b/_vpn.config index 1552458..b0c80e7 100644 --- a/_vpn.config +++ b/_vpn.config @@ -44,3 +44,6 @@ CONFIG_PACKAGE_ruantiblock-mod-lua=y #CONFIG_PACKAGE_ruantiblock-mod-py=y CONFIG_PACKAGE_luci-app-ruantiblock=y CONFIG_PACKAGE_luci-i18n-ruantiblock-ru=y + +CONFIG_PACKAGE_podkop=y +CONFIG_PACKAGE_luci-app-podkop=y