summaryrefslogtreecommitdiff
path: root/src/completion
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-08 08:34:23 +0200
committerGitHub <noreply@github.com>2023-05-08 08:34:23 +0200
commit43b4d30ed0298565ce7cf891fbd72c5a7484dac6 (patch)
treebff8d7972f8ab18a7123abecd52a437b3273c881 /src/completion
parentaaa98de536cb1b9d6ab5a18341a56543b5b57ce1 (diff)
parent2f278d4dd00caf2b30b3908545d982062a6eb68d (diff)
downloadvyos-1x-43b4d30ed0298565ce7cf891fbd72c5a7484dac6.tar.gz
vyos-1x-43b4d30ed0298565ce7cf891fbd72c5a7484dac6.zip
Merge pull request #1964 from indrajitr/ddclient-improvement-round-1
dns: T5144: Improve dynamic DNS validations and completions
Diffstat (limited to 'src/completion')
-rwxr-xr-xsrc/completion/list_ddclient_protocols.sh17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/completion/list_ddclient_protocols.sh b/src/completion/list_ddclient_protocols.sh
new file mode 100755
index 000000000..75fb0cf44
--- /dev/null
+++ b/src/completion/list_ddclient_protocols.sh
@@ -0,0 +1,17 @@
+#!/bin/sh
+#
+# Copyright (C) 2023 VyOS maintainers and contributors
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License version 2 or later as
+# published by the Free Software Foundation.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+echo -n $(ddclient -list-protocols)