diff options
Diffstat (limited to 'op-mode-definitions/dynamic-dns.xml')
-rw-r--r-- | op-mode-definitions/dynamic-dns.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/op-mode-definitions/dynamic-dns.xml b/op-mode-definitions/dynamic-dns.xml index 6ea6482e1..2948e68d7 100644 --- a/op-mode-definitions/dynamic-dns.xml +++ b/op-mode-definitions/dynamic-dns.xml @@ -2,6 +2,20 @@ <interfaceDefinition> <node name="show"> <children> + <node name="log"> + <children> + <node name="dns"> + <children> + <node name="dynamic"> + <properties> + <help>Show log for dynamic DNS</help> + </properties> + <command>cat $(printf "%s\n" /var/log/messages* | sort -nr) | grep -e "ddclient"</command> + </node> + </children> + </node> + </children> + </node> <node name="dns"> <properties> <help>Show DNS information</help> |