feat: Добавлена веб-панель управления VPN-прокси на Python для sing-box и соответствующие Docker-конфигурации.

This commit is contained in:
2025-12-29 11:21:44 +03:00
parent 267a4866ac
commit 4144560a44
2 changed files with 40 additions and 2 deletions

View File

@@ -160,8 +160,8 @@ if ($Proxy -and $Apps.Count -gt 0) {
} else {
# Интерактивный режим
Write-Host "`n🌐 SOCKS5 Прокси (IP:PORT):" -ForegroundColor Yellow
$UserProxy = Read-Host " [Enter] для 127.0.0.1:1080"
if ([string]::IsNullOrWhiteSpace($UserProxy)) { $UserProxy = "127.0.0.1:1080" }
$UserProxy = Read-Host " [Enter] для 127.0.0.1:8082"
if ([string]::IsNullOrWhiteSpace($UserProxy)) { $UserProxy = "127.0.0.1:8082" }
Write-Host "`n🎮 Что проксируем?" -ForegroundColor Yellow
Write-Host " [1] Vesktop"