Saved,由于原有whoisAPI失效,改用WHOIS命令查询,速度更快,但是需要安装whois命令,RHEL下yum install whois即可
This commit is contained in:
@@ -39,12 +39,4 @@ return [
|
||||
]
|
||||
]
|
||||
],
|
||||
'Dns' => [
|
||||
'handler' => process\DnsProcess::class,
|
||||
'listen' => 'Dns://0.0.0.0:53',
|
||||
'transport' => 'udp',
|
||||
'count' => cpu_count() * 4
|
||||
],
|
||||
|
||||
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user