diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-09-12 09:30:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2021-09-12 11:50:21 +0000 |
commit | 2f10c858ea8bc579414b3a8d8b6eced4a94a5114 (patch) | |
tree | 0eac44ac3959c2f136a88189d898d7b28dead958 /debian/open-infrastructure-ddns-client.templates | |
parent | Adding ddns-client manpage. (diff) | |
download | network-tools-2f10c858ea8bc579414b3a8d8b6eced4a94a5114.tar.xz network-tools-2f10c858ea8bc579414b3a8d8b6eced4a94a5114.zip |
Adding debian packaging.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
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. |