From e3e8a4da9c8fe0b6e1652ccdf4e927336b4d2905 Mon Sep 17 00:00:00 2001 From: Fazilov Kamil Date: Mon, 21 Apr 2025 15:37:11 +0300 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=B5=D1=80=D0=BD=D1=83=D0=BB=20=D0=BE?= =?UTF-8?q?=D0=B1=D1=80=D0=B0=D1=82=D0=BD=D0=BE=20=D1=81=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D1=8B=D0=B5=20=D1=81=D1=81=D1=8B=D0=BB=D0=BA=D0=B8=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=B4=D0=BE=D0=BC=D0=B5=D0=BD=D1=8B=20=D0=B4=D0=BB?= =?UTF-8?q?=D1=8F=20=D1=80=D0=BE=D1=83=D1=82=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- getconfig.sh | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/getconfig.sh b/getconfig.sh index a5dc88d..e45fd39 100644 --- a/getconfig.sh +++ b/getconfig.sh @@ -25,15 +25,11 @@ start () { VPN_NOT_WOKRING=\$(sing-box -c /etc/sing-box/config.json tools fetch instagram.com 2>&1 | grep FATAL) if [ -z "\${VPN_NOT_WOKRING}" ] then - # If VPN is working - # - # LOAD WITHOUT YOUTUBE DOMAINS AND DISCORD - DOMAINS=https://raw.githubusercontent.com/Official-VPN/Routers-domains-for-zapret/main/Russia/inside-dnsmasq-nfset.lst + # WITHOUT YOUTUBE + DOMAINS=https://raw.githubusercontent.com/AnotherProksY/allow-domains-no-youtube/main/Russia/inside-dnsmasq-nfset.lst else - # If it's not working - # - # LOAD YOUTUBE AND DISCORD DOMAINS - DOMAINS=https://raw.githubusercontent.com/Official-VPN/Routers-domains/main/Russia/inside-dnsmasq-nfset.lst + # WITH YOUTUBE + DOMAINS=https://raw.githubusercontent.com/AnotherProksY/allow-domains/main/Russia/inside-dnsmasq-nfset.lst fi count=0