Вернул обратно старые ссылки на домены для роутера

This commit is contained in:
2025-04-21 15:37:11 +03:00
parent faa8131b5f
commit e3e8a4da9c
+4 -8
View File
@@ -25,15 +25,11 @@ start () {
VPN_NOT_WOKRING=\$(sing-box -c /etc/sing-box/config.json tools fetch instagram.com 2>&1 | grep FATAL) VPN_NOT_WOKRING=\$(sing-box -c /etc/sing-box/config.json tools fetch instagram.com 2>&1 | grep FATAL)
if [ -z "\${VPN_NOT_WOKRING}" ] if [ -z "\${VPN_NOT_WOKRING}" ]
then then
# If VPN is working # WITHOUT YOUTUBE
# DOMAINS=https://raw.githubusercontent.com/AnotherProksY/allow-domains-no-youtube/main/Russia/inside-dnsmasq-nfset.lst
# LOAD WITHOUT YOUTUBE DOMAINS AND DISCORD
DOMAINS=https://raw.githubusercontent.com/Official-VPN/Routers-domains-for-zapret/main/Russia/inside-dnsmasq-nfset.lst
else else
# If it's not working # WITH YOUTUBE
# DOMAINS=https://raw.githubusercontent.com/AnotherProksY/allow-domains/main/Russia/inside-dnsmasq-nfset.lst
# LOAD YOUTUBE AND DISCORD DOMAINS
DOMAINS=https://raw.githubusercontent.com/Official-VPN/Routers-domains/main/Russia/inside-dnsmasq-nfset.lst
fi fi
count=0 count=0