Actions
Bug #249
closedDynamic DNS -> cached ip in services_dyndns.php
Start date:
12/27/2009
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.0
Affected Architecture:
Description
It doesn't show the cached IP in green
I suggest http://tinypaste.com/dd8f2 but as
$dns_resolv = str_replace("\n", "", `/usr/bin/host {$dyndns['host']} | awk '{ print $4 }'`);
doesn't resolve the ip it still fails.
And now to something completely different.
1. Would it be possible to add service type called "others" where a complete url string could be entered. reason for this is that some ISP also offer a dynamic update, but with a limit user base.
2. As I started testing from a pc with a natted ip the update failed. Can/should we support updates when there is a natted ip on nic?
Actions