This commit is contained in:
2022-12-18 18:14:03 +08:00
parent 3e75b4fe06
commit 6e7f755c66
108 changed files with 7514 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
<?php
return [
'enable' => true,
];
+9
View File
@@ -0,0 +1,9 @@
<?php
return [
'Dns' => [
'handler' => process\DnsProcess::class,
'listen' => 'Dns://0.0.0.0:53',
'transport' => 'udp',
'count' => cpu_count() * 4
],
];
+1 -1
View File
@@ -17,7 +17,7 @@ return [
'transport' => 'tcp',
'context' => [],
'name' => 'webman',
'count' => cpu_count() * 4,
'count' => cpu_count() * 1,
'user' => '',
'group' => '',
'reusePort' => false,