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