11 lines
296 B
JSON
11 lines
296 B
JSON
{
|
|
"description": "Allow outgoing connections for http/https, dns, ssh, ntp, ssh and ping",
|
|
"filter": [
|
|
{
|
|
"in": "_fw",
|
|
"out": "internet",
|
|
"service": ["http", "https", "dns", "ssh", "ntp", "ping"],
|
|
"action": "accept"
|
|
}
|
|
]
|
|
} |