Welcome to mirror list, hosted at ThFree Co, Russian Federation.

UFW.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f6fd9198615c37d4b374d60529514322970f78d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "id": "UFW",
  "name": "UFW Uncomplicated Firewall, a netfilter firewall",
  "title": "UFW",
  "description": "Uncomplicated Firewall, program for managing a netfilter firewall",
  "info": "Beware of blocking the SSH port you are using! SSH uses port 22 by default, ports 80 and 443 are for the webserver",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "HTTP",
      "name": "Http",
      "value": "80",
      "default": "80",
      "suggest": "80"
    },
    {
      "id": "HTTPS",
      "name": "Https",
      "value": "443",
      "default": "443",
      "suggest": "443"
    },
    {
      "id": "SSH",
      "name": "Ssh",
      "value": "22",
      "default": "22",
      "suggest": "22"
    }
  ]
}