Initial commit: local_machine docs and scripts
This commit is contained in:
7
docs/hotspot/scripts/vpn-down.sh
Executable file
7
docs/hotspot/scripts/vpn-down.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Остановка WireGuard VPN
|
||||
|
||||
echo "🛑 Остановка WireGuard VPN..."
|
||||
sudo wg-quick down wg0
|
||||
echo "✅ VPN остановлен"
|
||||
Reference in New Issue
Block a user