diff options
author | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-01-19 23:47:46 -0600 |
---|---|---|
committer | Indrajit Raychaudhuri <irc@indrajit.com> | 2024-02-01 15:44:20 -0600 |
commit | fd3b3f3b9fff5c7621fb04684ea0fede58a296da (patch) | |
tree | 9ddaa1cbac231a8fd99bf18d2225595e45ba954e /op-mode-definitions/dns-forwarding.xml.in | |
parent | f03490f037814610fdc39478decbc653d01a9f31 (diff) | |
download | vyos-1x-fd3b3f3b9fff5c7621fb04684ea0fede58a296da.tar.gz vyos-1x-fd3b3f3b9fff5c7621fb04684ea0fede58a296da.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.in | 2 |
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> |