aboutsummaryrefslogtreecommitdiffstats
path: root/optional/adp-ping.json
blob: 5ba7ee846a7f24d591c4ed842f9f927a8d7d3a13 (plain)
1
2
3
4
5
6
7
8
{
	"description": "Allow ICMP echo request",
	"after": "adp-router",
	"filter": [
		{ "in": "wan", "service": "ping", "flow-limit": 3 },
		{ "service": "ping" }
	]
}