This commit is contained in:
Maurice
2025-09-24 14:00:38 +02:00
parent 12681bd7e2
commit aea521cba4
7 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,11 @@
{
"description": "Allow outgoing connections for http/https, dns, ssh, ntp, ssh and ping",
"filter": [
{
"in": "_fw",
"out": "WAN",
"service": ["http", "https", "dns", "ssh", "ntp", "ping"],
"action": "accept"
}
]
}