diff options
Diffstat (limited to 'debian/open-infrastructure-ddns-client.templates')
-rw-r--r-- | debian/open-infrastructure-ddns-client.templates | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/debian/open-infrastructure-ddns-client.templates b/debian/open-infrastructure-ddns-client.templates new file mode 100644 index 0000000..7f4d937 --- /dev/null +++ b/debian/open-infrastructure-ddns-client.templates @@ -0,0 +1,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. |