add telegram timeout error connection

replace FlooWait minut to seconds
add mtproxy send
This commit is contained in:
Артём Грачёв
2026-03-27 05:53:20 +03:00
parent 5a81bbdbcb
commit e6710492b2

View File

@@ -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