container-server/setup/awall/ssh.json

18 lines
297 B
JSON
Raw Normal View History

{
"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 }
}
]
}