2024-09-10 18:20:33 -06:00
|
|
|
table ip6 filter {
|
2024-09-23 12:39:30 -06:00
|
|
|
set http_ratelimit { type ipv6_addr; timeout 2s; flags dynamic; }
|
2024-09-18 22:29:59 -06:00
|
|
|
chain input { type filter hook input priority 0; policy drop;}
|
2024-09-10 18:20:33 -06:00
|
|
|
chain forward { type filter hook forward priority 0; drop;}
|
|
|
|
chain output { type filter hook output priority 0; drop; }
|
|
|
|
}
|