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

freeDNS.cfg « ncp-config.d « etc - github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6dbcfb171afb37ccb4c4ba337c9d8f8fefd626a8 (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
{
  "id": "freeDNS",
  "name": "Dynamic DNS from freeDNS",
  "title": "freeDNS",
  "description": "FreeDNS DynamicDNS service (need account from https://freedns.afraid.org/)",
  "info": "",
  "infotitle": "",
  "params": [
    {
      "id": "ACTIVE",
      "name": "Active",
      "value": "no",
      "type": "bool"
    },
    {
      "id": "UPDATEHASH",
      "name": "Update Hash",
      "value": "",
      "suggest": "abcdefghijklmnopqrstuvwxyzABCDEFGHIJK1234567"
    },
    {
      "id": "DOMAIN",
      "name": "Domain",
      "value": "mynextcloud.example.com",
      "suggest": "mynextcloud.example.com"
    },
    {
      "id": "UPDATEINTERVAL",
      "name": "Update periodicity (in minutes)",
      "value": "30",
      "suggest": "30"
    }
  ]
}