table inet attack {
set ban {
type ipv4_addr
elements = { МОЙ IP }
}
chain input {
type filter hook input priority filter - 1; policy accept;
tcp dport { 80, 443 } ip saddr @ban reject with icmp port-unreachable
}
}