From 29e1ea8c4c2badfceaf4562ec67ac191cd9989fa Mon Sep 17 00:00:00 2001 From: yanistyle Date: Mon, 22 Sep 2025 09:38:41 +0000 Subject: [PATCH] Sync allowed files --- 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 fe13695..8114154 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://git.ownsrv.ru/yanistyle/allow-domains/src/branch/main" -SRS_MAIN_URL="https://git.ownsrv.ru/yanistyle/allow-domains/releases/latest" +GITHUB_RAW_URL="https://raw.githubusercontent.com/itdoginfo/allow-domains/main" +SRS_MAIN_URL="https://github.com/itdoginfo/allow-domains/releases/latest/download" 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"