Files
alpine-server-setup/services/basic/outgoing.policy.json
2025-09-23 20:55:46 +02:00

11 lines
291 B
JSON

{
"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"
}
]
}