From e6710492b23f5218e439d5dc7940d9c8332a5169 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=93=D1=80=D0=B0=D1=87?= =?UTF-8?q?=D1=91=D0=B2?= Date: Fri, 27 Mar 2026 05:53:20 +0300 Subject: [PATCH] add telegram timeout error connection replace FlooWait minut to seconds add mtproxy send --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 36482f8..d1754a7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -60,7 +60,7 @@ FROM alpine:latest RUN addgroup -S wgui && \ adduser -S -D -G wgui wgui -RUN apk --no-cache add ca-certificates wireguard-tools jq iptables +RUN apk --no-cache add ca-certificates wireguard-tools jq iptables bash WORKDIR /app