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