Bug #249
closedDynamic DNS -> cached ip in services_dyndns.php
0%
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?
Updated by Scott Ullrich almost 15 years ago
If you want to add a type of Other send a patch Perry and please be available to fix any fallout.
Updated by Ermal Luçi over 14 years ago
- Status changed from New to Feedback
It should work generally otherwise send patch for your request.
Updated by Chris Buechler over 14 years ago
- Status changed from Feedback to Resolved
problem noted here is fixed