Supports the latest firmware of ZXHN F660A

This commit is contained in:
epgdatacapbon 2018-03-27 09:24:03 +09:00
parent 9bb5aa11b8
commit 1a8d04548f

View file

@ -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+)/) {