diff options
author | Christian Breunig <christian@breunig.cc> | 2024-02-01 21:21:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-01 21:21:17 +0100 |
commit | 176a79420c5bf676b0f857a169a9b9c3906ee0c0 (patch) | |
tree | 4dd9eb9f5322f7e8bb0ae970e0ace6dab7b0880e /op-mode-definitions/dns-forwarding.xml.in | |
parent | a93491acfca90ac910a235d03ca8e93830c98c12 (diff) | |
parent | 323994ed0fc40b67a0aa7c839229864ccb6b0e33 (diff) | |
download | vyos-1x-176a79420c5bf676b0f857a169a9b9c3906ee0c0.tar.gz vyos-1x-176a79420c5bf676b0f857a169a9b9c3906ee0c0.zip |
Merge pull request #2860 from indrajitr/ddclient-update-20240119
ddclient: T5966: Adjust dynamic dns config address subpath
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> |