From eabfe726d8c2e036cd3badd9f49c1ed29966ca7a Mon Sep 17 00:00:00 2001 From: Petro1990 Date: Fri, 13 Mar 2026 21:39:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D0=B0=20=D1=81=D0=B8=D0=BD=D1=82=D0=B0=D0=BA=D1=81?= =?UTF-8?q?=D0=B8=D1=87=D0=B5=D1=81=D0=BA=D0=B0=D1=8F=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B0=20=D0=B2=20=D1=84=D1=83=D0=BD=D0=BA=D1=86?= =?UTF-8?q?=D0=B8=D0=B8=20RCI,=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8=D1=8F=201.?= =?UTF-8?q?4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rproxy | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/rproxy b/rproxy index 5d79a88..ab424b1 100644 --- a/rproxy +++ b/rproxy @@ -3,7 +3,7 @@ # Публикация локальных сервисов через SSH-туннели + nginx на VPS # http://5.104.75.50:3000/Petro1990/rProxy -VERSION="1.4.0" +VERSION="1.4.1" CONF_DIR="/opt/etc/rproxy" CONF_FILE="$CONF_DIR/rproxy.conf" SERVICES_DIR="$CONF_DIR/services" @@ -204,8 +204,6 @@ enable_router_basic_auth() { log_info "Настройка локального доступа через RCI/ndmq..." local hostname=$(rci_call "show system" | grep "hostname" | awk '{print $NF}') log_info "Хостнейм роутера: $hostname" -} - # Функция оставлена для обратной совместимости, но более не требуется для v1.3.9 return 0 }