Files
alpine-server-setup/services/firewall/icmp.policy.json
Maurice aea521cba4 Update
2025-09-24 14:00:38 +02:00

12 lines
254 B
JSON

{
"description": "Allow ping-pong",
"filter": [
{
"in": "WAN",
"out": "_fw",
"service": "ping",
"action": "accept",
"flow-limit": { "count": 10, "interval": 6 }
}
]
}