Carsten Sprung
ecfbce28d3
- Add documentation about host setup - Refactor task files - Improve documentation Reviewed-on: carsten/docker-server#1
17 lines
297 B
JSON
17 lines
297 B
JSON
{
|
|
"description": "Incoming SSH (tcp/222)",
|
|
|
|
"service": {
|
|
"ssh-alt": { "proto": "tcp", "port": 222 }
|
|
},
|
|
|
|
"filter": [
|
|
{
|
|
"in": "internet",
|
|
"out": "_fw",
|
|
"service": "ssh-alt",
|
|
"action": "accept",
|
|
"conn-limit": { "count": 3, "interval": 10 }
|
|
}
|
|
]
|
|
}
|