Skip to content

Commit

Permalink
Update IPv6 ZxInc IPv6 database 2021-07-26 with 178724 records
Browse files Browse the repository at this point in the history
  • Loading branch information
ritaswc committed Aug 12, 2021
1 parent 6870a3a commit 223368d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
/composer.lock
/index.php
/.idea
/composer-phpunit.lock
/composer-phpunit.lock
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
database updated at <font color=#FF0000 size=36>2021-08-11</font> with <font color=#FF0000 size=36>531068</font> records

### IPv6 address locations by Zx Inc.
database updated at <font color=#FF0000 size=36>2021-05-11</font> with <font color=#FF0000 size=36>176315</font> records
database updated at <font color=#FF0000 size=36>2021-07-26</font> with <font color=#FF0000 size=36>178724</font> records

### Usage/使用方法
```shell script
Expand Down
Binary file modified src/database/ipv6wry.db
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/IPv6Test.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public function testQuery()
$this->assertEquals('ffff:ffff:ffff:fff0::', $arr['start']);
$this->assertEquals('ffff:ffff:ffff:ffff::', $arr['end']);
$this->assertEquals('', $arr['addr'][0]);
$this->assertEquals('ZX公网IPv6库 20210511版', $arr['addr'][1]);
$this->assertEquals("ZX公网IPv6库\t20210726版", $arr['addr'][1]);
try {
IPv6Tool::query('2409::e7ef::76c9');
} catch (\Exception $exception) {
Expand Down

0 comments on commit 223368d

Please sign in to comment.