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"