Saved,由于原有whoisAPI失效,改用WHOIS命令查询,速度更快,但是需要安装whois命令,RHEL下yum install whois即可
This commit is contained in:
+6
-6
@@ -15,15 +15,15 @@
|
||||
return [
|
||||
#Default保存限流插件和账号密码等,dns仅保存DNS信息
|
||||
'default' => [
|
||||
'host' => '121.228.166.201',
|
||||
'password' => 'Qi2005112!',
|
||||
'port' => 16379,
|
||||
'host' => 'localhost',
|
||||
'password' => 'qi2005112',
|
||||
'port' => 6379,
|
||||
'database' => 0,
|
||||
],
|
||||
'dns' => [
|
||||
'host' => '121.228.166.201',
|
||||
'password' => 'Qi2005112!',
|
||||
'port' => 16379,
|
||||
'host' => 'localhost',
|
||||
'password' => 'qi2005112',
|
||||
'port' => 6379,
|
||||
'database' => 1,
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user