12 lines
233 B
JSON
12 lines
233 B
JSON
{
|
|
"description": "Allow incoming http (TCP 80 & 443) ports",
|
|
"filter": [
|
|
{
|
|
"in": "WAN",
|
|
"out": "_fw",
|
|
"service": ["http", "https"],
|
|
"action": "accept"
|
|
}
|
|
]
|
|
}
|