Upload files to "/"

This commit is contained in:
2026-04-14 21:50:30 +00:00
parent eb36d9cfe8
commit 1496e45509
19 changed files with 611 additions and 0 deletions

9
ufwb Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
clear
echo BLOCK IP:
read x
sudo ufw insert 1 deny from $x
sudo ufw reload
sudo ufw status numbered