X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fddns.cgi;fp=html%2Fcgi-bin%2Fddns.cgi;h=73a41d903fae41b47024f38ce18237adca36556c;hp=3e6f72f987838359e4d740111fc878b67d0400d0;hb=023919034a6bcc31cd4032192862894b695fd94e;hpb=1a8999b3d61d23094485c9d43385be35676d0a26 diff --git a/html/cgi-bin/ddns.cgi b/html/cgi-bin/ddns.cgi index 3e6f72f987..73a41d903f 100644 --- a/html/cgi-bin/ddns.cgi +++ b/html/cgi-bin/ddns.cgi @@ -44,10 +44,8 @@ my $settingsfile = "${General::swroot}/ddns/settings"; # Config file to store the configured ddns providers. my $datafile = "${General::swroot}/ddns/config"; -# Dynamic ddns programm call. -my @ddnsprog = ("/usr/bin/ddns", "--config", - "/var/ipfire/ddns/ddns.conf", - "update-all"); +# Call the ddnsctrl helper binary to perform the update. +my @ddnsprog = ("/usr/local/bin/ddnsctrl", "update-all"); my %settings=(); my $errormessage = '';