blob: 7f4d93769e048e120a3f338fcc78d7f813a1c803 (
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
38
39
40
41
42
43
44
45
46
47
|
Template: open-infrastructure-ddns-client/title
Type: title
Description: ddns-client: Setup
Template: open-infrastructure-ddns-client/nameservers
Type: string
Default:
Description: DDNS nameservers:
Please enter (whitespace separated) the list of nameservers to send the
nsupdates to.
.
Example: ns1.example.org ns2.example.org
Template: open-infrastructure-ddns-client/zone
Type: string
Default:
Description: DDNS zone:
Please enter the zone you'd like to update.
.
Example: foo.example.org
Template: open-infrastructure-ddns-client/record
Type: string
Default:
Description: DDNS record:
Please enter the record you'd like to update, *without* the zone.
.
Example: bar
Template: open-infrastructure-ddns-client/ttl
Type: string
Default: 60
Description: DDNS TTL:
Please enter the default TTL (in seconds).
.
If unsure, use '60' (default).
Template: open-infrastructure-ddns-client/tsig
Type: string
Default:
Description: DDNS TSIG:
When using the ddns-client, a TSIG must be used to authenticate to the
nameservers.
.
Please enter either the path to the TSIG file or the TSIG string itself
(format as used by nsupdate -y in algorithm:name:base64), or the URL to
download it from.
|