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