From d99bf6a3a623433e743bb2d1d72e2ef3e0ab5057 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Sun, 21 Jul 2019 18:30:27 +0200 Subject: T1537: add missing help for 'set service dns' --- interface-definitions/dns-dynamic.xml | 230 +++++++++++++++++++++++++++++++ interface-definitions/dns-forwarding.xml | 3 + interface-definitions/dynamic-dns.xml | 227 ------------------------------ 3 files changed, 233 insertions(+), 227 deletions(-) create mode 100644 interface-definitions/dns-dynamic.xml delete mode 100644 interface-definitions/dynamic-dns.xml diff --git a/interface-definitions/dns-dynamic.xml b/interface-definitions/dns-dynamic.xml new file mode 100644 index 000000000..8e7e77475 --- /dev/null +++ b/interface-definitions/dns-dynamic.xml @@ -0,0 +1,230 @@ + + + + + + + + Domain Name System related services + + + + + Dynamic DNS + 919 + + + + + Interface to send DDNS updates for [REQUIRED] + + + + + + + + RFC2136 Update name + + + + + File containing the secret key shared with remote DNS server [REQUIRED] + + file + File in /config/auth directory + + + + + + Record to be updated [REQUIRED] + + + + + + Server to be updated [REQUIRED] + + + + + Time To Live (default: 600) + + 1-86400 + DNS forwarding cache size + + + + + + + + + Zone to be updated [REQUIRED] + + + + + + + Service being used for Dynamic DNS [REQUIRED] + + custom afraid changeip cloudflare dnspark dslreports dyndns easydns namecheap noip sitelutions zoneedit + + + custom + Custom or predefined service + + + afraid + + + + changeip + + + + cloudflare + + + + dnspark + + + + dslreports + + + + dyndns + + + + easydns + + + + namecheap + + + + noip + + + + sitelutions + + + + zoneedit + + + + + + + Hostname registered with DDNS service [REQUIRED] + + + + + + Login for DDNS service [REQUIRED] + + + + + Password for DDNS service [REQUIRED] + + + + + ddclient protocol used for DDNS service [REQUIRED FOR CUSTOM] + + protocol + ddclient protocol + + + changeip + + + + cloudflare + + + + dnspark + + + + dslreports1 + + + + dyndns2 + + + + easydns + + + + namecheap + + + + noip + + + + sitelutions + + + + zoneedit1 + + + + + + + Server to send DDNS update to [REQUIRED FOR CUSTOM] + + IPv4 + IP address of DDNS server + + + FQDN + Hostname of DDNS server + + + + + + + + Web check used for obtaining the external IP address + + + + + Skip everything before this on the given URL + + + + + URL to obtain the current external IP address + + + + + + + + + + + + + diff --git a/interface-definitions/dns-forwarding.xml b/interface-definitions/dns-forwarding.xml index b989434f2..56820608c 100644 --- a/interface-definitions/dns-forwarding.xml +++ b/interface-definitions/dns-forwarding.xml @@ -4,6 +4,9 @@ + + Domain Name System related services + diff --git a/interface-definitions/dynamic-dns.xml b/interface-definitions/dynamic-dns.xml deleted file mode 100644 index 974bbcbce..000000000 --- a/interface-definitions/dynamic-dns.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - - Dynamic DNS - 919 - - - - - Interface to send DDNS updates for [REQUIRED] - - - - - - - - RFC2136 Update name - - - - - File containing the secret key shared with remote DNS server [REQUIRED] - - file - File in /config/auth directory - - - - - - Record to be updated [REQUIRED] - - - - - - Server to be updated [REQUIRED] - - - - - Time To Live (default: 600) - - 1-86400 - DNS forwarding cache size - - - - - - - - - Zone to be updated [REQUIRED] - - - - - - - Service being used for Dynamic DNS [REQUIRED] - - custom afraid changeip cloudflare dnspark dslreports dyndns easydns namecheap noip sitelutions zoneedit - - - custom - Custom or predefined service - - - afraid - - - - changeip - - - - cloudflare - - - - dnspark - - - - dslreports - - - - dyndns - - - - easydns - - - - namecheap - - - - noip - - - - sitelutions - - - - zoneedit - - - - - - - Hostname registered with DDNS service [REQUIRED] - - - - - - Login for DDNS service [REQUIRED] - - - - - Password for DDNS service [REQUIRED] - - - - - ddclient protocol used for DDNS service [REQUIRED FOR CUSTOM] - - protocol - ddclient protocol - - - changeip - - - - cloudflare - - - - dnspark - - - - dslreports1 - - - - dyndns2 - - - - easydns - - - - namecheap - - - - noip - - - - sitelutions - - - - zoneedit1 - - - - - - - Server to send DDNS update to [REQUIRED FOR CUSTOM] - - IPv4 - IP address of DDNS server - - - FQDN - Hostname of DDNS server - - - - - - - - Web check used for obtaining the external IP address - - - - - Skip everything before this on the given URL - - - - - URL to obtain the current external IP address - - - - - - - - - - - - - -- cgit v1.2.3