From 2f10c858ea8bc579414b3a8d8b6eced4a94a5114 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 12 Sep 2021 11:30:45 +0200 Subject: Adding debian packaging. Signed-off-by: Daniel Baumann --- debian/open-infrastructure-ddns-client.templates | 47 ++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 debian/open-infrastructure-ddns-client.templates (limited to 'debian/open-infrastructure-ddns-client.templates') 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. -- cgit v1.2.3