Files
alpine-server-setup/services/caddy/http.policy.json
2025-08-20 17:11:32 +02:00

12 lines
238 B
JSON

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