Saved,由于原有whoisAPI失效,改用WHOIS命令查询,速度更快,但是需要安装whois命令,RHEL下yum install whois即可
This commit is contained in:
Vendored
+11
-2
@@ -3,7 +3,7 @@
|
||||
'name' => 'laysense/highspeaker',
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'reference' => '84fc1030a769226c8382dbc9fd171ff45107eaba',
|
||||
'reference' => '2a00928da5ff5423aef1d1833239266003781e49',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@@ -154,10 +154,19 @@
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laysense/dns' => array(
|
||||
'pretty_version' => '0.0.4',
|
||||
'version' => '0.0.4.0',
|
||||
'reference' => 'e6c19f90a14d4b7ef69305b6441889bea545bbce',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../laysense/dns',
|
||||
'aliases' => array(),
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laysense/highspeaker' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'reference' => '84fc1030a769226c8382dbc9fd171ff45107eaba',
|
||||
'reference' => '2a00928da5ff5423aef1d1833239266003781e49',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
||||
Reference in New Issue
Block a user