From 451676e6f0f925a54276c3a336ef1da248aa936e Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 17 Mar 2026 16:12:07 +0300 Subject: [PATCH] update scripts --- scripts/update-files.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update-files.sh b/scripts/update-files.sh index e11de7e..e1d62ef 100644 --- a/scripts/update-files.sh +++ b/scripts/update-files.sh @@ -6,6 +6,8 @@ # Добавляйте сколько угодно пар FILES=" https://gitea.vchikalkin.dev/admin/keenetic-configs/raw/branch/master/opt/etc/nfqws/user.list|/opt/etc/nfqws/user.list +https://gitea.vchikalkin.dev/admin/keenetic-configs/raw/branch/master/opt/etc/nfqws/ipset.list|/opt/etc/nfqws/ipset.list +https://gitea.vchikalkin.dev/admin/keenetic-configs/raw/branch/master/opt/etc/nfqws/nfqws.conf|/opt/etc/nfqws/nfqws.conf " RESTART_CMD="/opt/etc/init.d/rc.unslung restart"