Initial commit
This commit is contained in:
11
services/caddy/http.policy.json
Normal file
11
services/caddy/http.policy.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"description": "Allow incoming http (TCP 80 & 443) ports",
|
||||
"filter": [
|
||||
{
|
||||
"in": "internet",
|
||||
"out": "_fw",
|
||||
"service": ["http", "https"],
|
||||
"action": "accept"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user