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