container-server/setup/awall/http.json

18 lines
308 B
JSON
Raw Normal View History

{
"description": "Incoming HTTP/HTTPS (tcp/80+443)",
"service": {
"whoami": { "proto": "tcp", "port": 8000 }
},
"filter": [
{
"in": "internet",
"out": "container",
"service": "whoami",
"match": "-m conntrack --ctorigdstport 80",
"action": "accept"
}
]
}