#!/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