[Ddclient-forum] [ddclient - Developers] Support for DD-WRT firmware
Brought to you by:
supersandro2000,
wimpunk
|
From: SourceForge.net <no...@so...> - 2008-03-28 22:22:42
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4870514 By: bbobbo this is support for the popular router replacement firmware dd-wrt. patched against 3.7.3. --- ddclient.orig 2008-01-23 14:21:12.000000000 -0500 +++ ddclient 2008-03-28 18:07:43.000000000 -0400 @@ -62,6 +62,11 @@ my %builtinweb = ( 'dnspark' => { 'url' => 'http://ipdetect.dnspark.com/', 'skip' => 'Current Address:', }, ); my %builtinfw = ( + 'dd-wrt' => { + 'name' => 'DD-WRT FW', + 'url' => '/', + 'skip' => 'WAN IP', + }, 'watchguard-soho' => { 'name' => 'Watchguard SOHO FW', 'url' => '/pubnet.htm', ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=399429 |