Supports the latest firmware of ZXHN F660A
This commit is contained in:
parent
9bb5aa11b8
commit
1a8d04548f
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);
|
my $mech = WWW::Mechanize->new(autocheck => 1);
|
||||||
|
|
||||||
$url = 'http://192.168.1.1';
|
$url = 'http://192.168.1.1';
|
||||||
$skip = 'TextIPAddress0';
|
$skip = 'TestContent0';
|
||||||
$mech->get($url);
|
$mech->get($url);
|
||||||
$reply = $mech->content();
|
$reply = $mech->content();
|
||||||
if ($reply =~ /(getObj\("Frm_Logintoken"\)\.value = ")(\d+)/) {
|
if ($reply =~ /(getObj\("Frm_Logintoken"\)\.value = ")(\d+)/) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue