summaryrefslogtreecommitdiff
path: root/src/validators/ddclient-protocol
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2026-08-14 14:00:14 +0100
committerGitHub <noreply@github.com>2026-08-14 14:00:14 +0100
commit0775edcd1eaa668d789f0ee9d00da14f11e7c1dd (patch)
tree4dddcf103c5ce139610348eb455e58dcc2c8e135 /src/validators/ddclient-protocol
parentb9aa488683764efc9901b4ba1ae236f485b1c083 (diff)
parentced95444e5233c4fef5e274220dc665bbe836e69 (diff)
downloadvyos-1x-0775edcd1eaa668d789f0ee9d00da14f11e7c1dd.tar.gz
vyos-1x-0775edcd1eaa668d789f0ee9d00da14f11e7c1dd.zip
Merge pull request #5123 from indrajitr/ddclient-v4
ddclient: T6981: Upgrade ddclient to v4.0.0
Diffstat (limited to 'src/validators/ddclient-protocol')
-rwxr-xr-xsrc/validators/ddclient-protocol2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/validators/ddclient-protocol b/src/validators/ddclient-protocol
index 0d28039d3..bcb2ab8ed 100755
--- a/src/validators/ddclient-protocol
+++ b/src/validators/ddclient-protocol
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-ddclient -list-protocols | grep -vE 'cloudns|porkbun' | grep -qw $1
+ddclient --list-protocols | grep -vE 'cloudns|directnic|emailonly' | grep -qw $1
if [ $? -gt 0 ]; then
echo "Error: $1 is not a valid protocol, please choose from the supported list of protocols"