From 2c206078aeb5d0aa757547b0633a370a9ca3ff70 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Mon, 1 Jun 2020 21:01:24 +0200 Subject: dns: dynamic: op-mode: rename XML --- op-mode-definitions/dns-dynamic.xml | 61 +++++++++++++++++++++++++++++++++++++ op-mode-definitions/dynamic-dns.xml | 61 ------------------------------------- 2 files changed, 61 insertions(+), 61 deletions(-) create mode 100644 op-mode-definitions/dns-dynamic.xml delete mode 100644 op-mode-definitions/dynamic-dns.xml diff --git a/op-mode-definitions/dns-dynamic.xml b/op-mode-definitions/dns-dynamic.xml new file mode 100644 index 000000000..2948e68d7 --- /dev/null +++ b/op-mode-definitions/dns-dynamic.xml @@ -0,0 +1,61 @@ + + + + + + + + + + + Show log for dynamic DNS + + cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e "ddclient" + + + + + + + + Show DNS information + + + + + Show Dynamic DNS information + + + + + Show Dynamic DNS status + + sudo ${vyos_op_scripts_dir}/dynamic_dns.py --status + + + + + + + + + + Update data for a service + + + + + Update DNS information + + + + + Update Dynamic DNS information + + sudo ${vyos_op_scripts_dir}/dynamic_dns.py --update + + + + + + diff --git a/op-mode-definitions/dynamic-dns.xml b/op-mode-definitions/dynamic-dns.xml deleted file mode 100644 index 2948e68d7..000000000 --- a/op-mode-definitions/dynamic-dns.xml +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - - - - - - Show log for dynamic DNS - - cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e "ddclient" - - - - - - - - Show DNS information - - - - - Show Dynamic DNS information - - - - - Show Dynamic DNS status - - sudo ${vyos_op_scripts_dir}/dynamic_dns.py --status - - - - - - - - - - Update data for a service - - - - - Update DNS information - - - - - Update Dynamic DNS information - - sudo ${vyos_op_scripts_dir}/dynamic_dns.py --update - - - - - - -- cgit v1.2.3