Supports the latest firmware of ZXHN F660A
This commit is contained in:
parent
81bf528214
commit
44b69359a2
1 changed files with 1 additions and 1 deletions
2
ddclient
2
ddclient
|
|
@ -2248,7 +2248,7 @@ sub get_ip {
|
|||
my $mech = WWW::Mechanize->new(autocheck => 1);
|
||||
|
||||
$url = 'http://192.168.1.1';
|
||||
$skip = 'TextIPAddress0';
|
||||
$skip = 'TestContent0';
|
||||
$mech->get($url);
|
||||
$reply = $mech->content();
|
||||
if ($reply =~ /(getObj\("Frm_Logintoken"\)\.value = ")(\d+)/) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue