feat: Добавлен веб-сервер на Python для управления VPN-прокси, Dockerfile для sing-box и обновлен README.

This commit is contained in:
2025-12-27 21:00:13 +03:00
parent b65b48d82b
commit 560c4b8661
3 changed files with 52 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
FROM alpine:3.20
ARG SINGBOX_VER=1.8.10
ARG SINGBOX_VER=1.12.13
# Устанавливаем зависимости, включая dos2unix для исправления скриптов
RUN apk add --no-cache curl ca-certificates tar jq bash coreutils netcat-openbsd python3 dos2unix && update-ca-certificates