Files
HighSpeaker/.history/config/plugin/laysense/dns/process_20221217205122.php
T
2022-12-18 18:14:03 +08:00

9 lines
219 B
PHP

<?php
return [
'Dns' => [
// 这里指定进程类,就是上面定义的Pusher类
'handler' => process\Dns::class,
'listen' => 'websocket://0.0.0.0:8888',
'count' => 1,
],
];