ipset add blacklistip 122.6.9.12
nft add element inet filter blacklistip { 122.6.9.12 }
ufw deny from 122.6.9.12
(ip.src eq "122.6.9.12") then block