feat: Добавлена веб-панель управления VPN-прокси на Python для sing-box и соответствующие Docker-конфигурации.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user