@@ -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
The note is not visible to the blocked user.