8
Удаление ruantiblock
gSpot edited this page 2025-12-25 04:19:06 +03:00

Для удаления ruantiblock можно воспользоваться скриптом uninstall.sh:

OpenWrt >= 25.12:

wget --no-check-certificate -O /tmp/uninstall.sh https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/autoinstall/2.x/apk/uninstall.sh && chmod +x /tmp/uninstall.sh && /tmp/uninstall.sh

OpenWrt <= 24.10:

wget --no-check-certificate -O /tmp/uninstall.sh https://raw.githubusercontent.com/gSpotx2f/ruantiblock_openwrt/master/autoinstall/2.x/uninstall.sh && chmod +x /tmp/uninstall.sh && /tmp/uninstall.sh

При перустановке ruantiblock, также, желательно сначала выполнить удаление (заранее сохранив все необходимые конфиги), а затем чистую установку.