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

12
ufwb6 Normal file
View File

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