HighSpeaker/config/plugin/laysense/dns/process.php

10 lines
205 B
PHP

<?php
return [
'Dns' => [
'handler' => process\DnsProcess::class,
'listen' => 'Dns://0.0.0.0:53',
'transport' => 'udp',
'count' => 4
#cpu_count() * 1
],
];