From 62dadf7eba56cf3e43e52b0d0012670275195b0c Mon Sep 17 00:00:00 2001 From: yanistyle Date: Mon, 22 Sep 2025 12:38:34 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20podkop/files/usr/lib/constants.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- podkop/files/usr/lib/constants.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/podkop/files/usr/lib/constants.sh b/podkop/files/usr/lib/constants.sh index 8114154..fe13695 100644 --- a/podkop/files/usr/lib/constants.sh +++ b/podkop/files/usr/lib/constants.sh @@ -48,8 +48,8 @@ SB_MAIN_OUTBOUND_TAG="main-out" SB_REJECT_RULE_TAG="reject-rule-tag" ## Lists -GITHUB_RAW_URL="https://raw.githubusercontent.com/itdoginfo/allow-domains/main" -SRS_MAIN_URL="https://github.com/itdoginfo/allow-domains/releases/latest/download" +GITHUB_RAW_URL="https://git.ownsrv.ru/yanistyle/allow-domains/src/branch/main" +SRS_MAIN_URL="https://git.ownsrv.ru/yanistyle/allow-domains/releases/latest" DOMAINS_RU_INSIDE="${GITHUB_RAW_URL}/Russia/inside-dnsmasq-nfset.lst" DOMAINS_RU_OUTSIDE="${GITHUB_RAW_URL}/Russia/outside-dnsmasq-nfset.lst" DOMAINS_UA="${GITHUB_RAW_URL}/Ukraine/inside-dnsmasq-nfset.lst"