2024-09-10 18:20:33 -06:00
|
|
|
table filter {
|
2024-09-24 11:50:24 -06:00
|
|
|
set http_ratelimit { type ipv4_addr; timeout 1s; flags dynamic; }
|
2024-09-10 18:20:33 -06:00
|
|
|
chain input { type filter hook input priority 0;policy drop;}
|
|
|
|
chain forward { type filter hook forward priority 0; }
|
|
|
|
chain output { type filter hook output priority 0; }
|
|
|
|
}
|