
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@55 3873ddee-7413-0410-b6c4-c2c57c1ab35a
7 lines
236 B
Diff
7 lines
236 B
Diff
2252a2253,2254
|
|
> #my $url = "http://$config{$h}{'server'}/nic/update?system=";
|
|
>
|
|
2253a2256,2258
|
|
> if ($config{$h}{'server'} =~ /.*eurodyndns.*/i) { #hack for EuroDynDNS
|
|
> $url = "http://$config{$h}{'server'}/update/?system=";
|
|
> }
|