summaryrefslogtreecommitdiff
path: root/op-mode-definitions/dns-forwarding.xml.in
diff options
context:
space:
mode:
authorIndrajit Raychaudhuri <irc@indrajit.com>2024-01-19 23:47:46 -0600
committerIndrajit Raychaudhuri <irc@indrajit.com>2024-01-22 00:54:34 -0600
commit2080f8edd69cdf7eed4bcfb739e68300faf0681f (patch)
treea29d2bba5067e5b4aa413108be239564cd3e3788 /op-mode-definitions/dns-forwarding.xml.in
parent54dfb77a3035450ace0f9dc1ade1b498a900fb8b (diff)
downloadvyos-1x-2080f8edd69cdf7eed4bcfb739e68300faf0681f.tar.gz
vyos-1x-2080f8edd69cdf7eed4bcfb739e68300faf0681f.zip
ddclient: T5966: Streamline dynamic dns op-mode configuration
Update op-mode for dynamic dns to standardize on `vyos.opmode`. All methods of `op_mode/dns_dynamic.py` are now available in standardized `op_mode/dns.py`. Move op-mode command `update dns dynamic` to `reset dns dynamic` to reflect that it is not an update but a reset of the dynamic dns service. Also, make the help texts more consistent for all op-mode commands for `dns dynamic` and `dns forwarding`.
Diffstat (limited to 'op-mode-definitions/dns-forwarding.xml.in')
-rw-r--r--op-mode-definitions/dns-forwarding.xml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/dns-forwarding.xml.in b/op-mode-definitions/dns-forwarding.xml.in
index ebedae6eb..29bfc61cf 100644
--- a/op-mode-definitions/dns-forwarding.xml.in
+++ b/op-mode-definitions/dns-forwarding.xml.in
@@ -11,7 +11,7 @@
<children>
<node name="forwarding">
<properties>
- <help>Monitor last lines of DNS Forwarding</help>
+ <help>Monitor last lines of DNS Forwarding service</help>
</properties>
<command>journalctl --no-hostname --follow --boot --unit pdns-recursor.service</command>
</node>