2019-01-04 18:14:52 -07:00

32 lines
520 B
INI

{
"id": "UFW",
"name": "UFW",
"title": "UFW",
"description": "Uncomplicated Firewall",
"info": "Beware of blocking the SSH port you are using!",
"infotitle": "",
"params": [
{
"id": "ACTIVE",
"name": "ACTIVE",
"value": "no",
"type": "bool"
},
{
"id": "HTTP",
"name": "HTTP",
"value": "80"
},
{
"id": "HTTPS",
"name": "HTTPS",
"value": "443"
},
{
"id": "SSH",
"name": "SSH",
"value": "22"
}
]
}