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"