Initial commit: local_machine docs and scripts

This commit is contained in:
ahauimix
2026-03-14 20:03:57 +03:00
commit a39ef89125
85 changed files with 14500 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/bash
# Остановка WireGuard VPN
echo "🛑 Остановка WireGuard VPN..."
sudo wg-quick down wg0
echo "✅ VPN остановлен"