diff --git a/Lua‑модуль.md b/Lua‑модуль.md index 2732128..3cb075e 100644 --- a/Lua‑модуль.md +++ b/Lua‑модуль.md @@ -14,9 +14,9 @@ idn-lua опционально для преобразования кирилл OpenWrt >= 23.05: - wget --no-check-certificate -O /tmp/ruantiblock-mod-lua_2.1.1-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-lua_2.1.1-r1_all.ipk - opkg install /tmp/ruantiblock-mod-lua_2.1.1-r1_all.ipk - rm /tmp/ruantiblock-mod-lua_2.1.1-r1_all.ipk + wget --no-check-certificate -O /tmp/ruantiblock-mod-lua_2.1.2-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-lua_2.1.2-r1_all.ipk + opkg install /tmp/ruantiblock-mod-lua_2.1.2-r1_all.ipk + rm /tmp/ruantiblock-mod-lua_2.1.2-r1_all.ipk **4. Включение модуля:** diff --git a/Python‑модуль.md b/Python‑модуль.md index f21e1b8..e3b6073 100644 --- a/Python‑модуль.md +++ b/Python‑модуль.md @@ -9,9 +9,9 @@ OpenWrt >= 23.05: - wget --no-check-certificate -O /tmp/ruantiblock-mod-py_2.1.1-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-py_2.1.1-r1_all.ipk - opkg install /tmp/ruantiblock-mod-py_2.1.1-r1_all.ipk - rm /tmp/ruantiblock-mod-py_2.1.1-r1_all.ipk + wget --no-check-certificate -O /tmp/ruantiblock-mod-py_2.1.2-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock-mod-py_2.1.2-r1_all.ipk + opkg install /tmp/ruantiblock-mod-py_2.1.2-r1_all.ipk + rm /tmp/ruantiblock-mod-py_2.1.2-r1_all.ipk **3. Включение модуля:** diff --git a/Самостоятельная-установка-и-настройка.md b/Самостоятельная-установка-и-настройка.md index 3c5768b..9a9ca8a 100644 --- a/Самостоятельная-установка-и-настройка.md +++ b/Самостоятельная-установка-и-настройка.md @@ -65,22 +65,22 @@ **2. Установка ruantiblock** - wget --no-check-certificate -O /tmp/ruantiblock_2.1.1-r2_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock_2.1.1-r2_all.ipk - opkg install /tmp/ruantiblock_2.1.1-r2_all.ipk - rm /tmp/ruantiblock_2.1.1-r2_all.ipk + wget --no-check-certificate -O /tmp/ruantiblock_2.1.2-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/ruantiblock_2.1.2-r1_all.ipk + opkg install /tmp/ruantiblock_2.1.2-r1_all.ipk + rm /tmp/ruantiblock_2.1.2-r1_all.ipk **3. Установка luci-app-ruantiblock** Приложение для LuCI (веб-интерфейса OpenWrt). [Подробнее тут](https://github.com/gSpotx2f/ruantiblock_openwrt/wiki/luci%E2%80%91app%E2%80%91ruantiblock). - wget --no-check-certificate -O /tmp/luci-app-ruantiblock_2.1.1-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-app-ruantiblock_2.1.1-1_all.ipk - opkg install /tmp/luci-app-ruantiblock_2.1.1-1_all.ipk + wget --no-check-certificate -O /tmp/luci-app-ruantiblock_2.1.2-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-app-ruantiblock_2.1.2-r1_all.ipk + opkg install /tmp/luci-app-ruantiblock_2.1.2-r1_all.ipk - wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_2.1.1-1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-i18n-ruantiblock-ru_2.1.1-1_all.ipk - opkg install /tmp/luci-i18n-ruantiblock-ru_2.1.1-1_all.ipk + wget --no-check-certificate -O /tmp/luci-i18n-ruantiblock-ru_2.1.2-r1_all.ipk https://raw.githubusercontent.com/gSpotx2f/packages-openwrt/master/current/luci-i18n-ruantiblock-ru_2.1.2-r1_all.ipk + opkg install /tmp/luci-i18n-ruantiblock-ru_2.1.2-r1_all.ipk - rm /tmp/luci-app-ruantiblock_2.1.1-1_all.ipk /tmp/luci-i18n-ruantiblock-ru_2.1.1-1_all.ipk + rm /tmp/luci-app-ruantiblock_2.1.2-r1_all.ipk /tmp/luci-i18n-ruantiblock-ru_2.1.2-r1_all.ipk rm -f /tmp/luci-modulecache/* /tmp/luci-indexcache* /etc/init.d/rpcd restart