{ "description": "Allow incoming http (TCP 80 & 443) ports", "filter": [ { "in": "internet", "out": "_fw", "service": ["http", "https"], "action": "accept" } ] }