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

12 lines
233 B
JSON

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