
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@69 3873ddee-7413-0410-b6c4-c2c57c1ab35a
23 lines
750 B
Diff
23 lines
750 B
Diff
Add support for SMC7401BRA:
|
|
|
|
ddclient support several kind of firewall to retrieve IP address, two of
|
|
them are smc-barricade and smc-barricade-alt, but these both doesn't
|
|
work with an SMC7401BRA.
|
|
|
|
Index: ddclient
|
|
===================================================================
|
|
--- ddclient.orig 2006-12-01 23:22:36.958923399 +0100
|
|
+++ ddclient 2006-12-01 23:25:09.796607052 +0100
|
|
@@ -73,6 +73,11 @@
|
|
'url' => '/status.htm',
|
|
'skip' => 'IP Address',
|
|
},
|
|
+ 'smc-barricade-7401bra' => {
|
|
+ 'name' => 'SMC Barricade 7401BRA FW',
|
|
+ 'url' => '/admin/wan1.htm',
|
|
+ 'skip' => 'IP Address',
|
|
+ },
|
|
'netgear-rt3xx' => {
|
|
'name' => 'Netgear FW',
|
|
'url' => '/mtenSysStatus.html',
|
|
|