This commit is contained in:
2022-12-19 19:49:52 +08:00
parent 106cd124f4
commit 791e0b68bf
112 changed files with 12175 additions and 992 deletions
-4
View File
@@ -1,4 +0,0 @@
<?php
return [
'enable' => true,
];
-9
View File
@@ -1,9 +0,0 @@
<?php
return [
'Dns' => [
'handler' => process\DnsProcess::class,
'listen' => 'Dns://0.0.0.0:53',
'transport' => 'udp',
'count' => cpu_count() * 4
],
];
+9 -1
View File
@@ -38,5 +38,13 @@ return [
'enable_memory_monitor' => DIRECTORY_SEPARATOR === '/',
]
]
]
],
'Dns' => [
'handler' => process\DnsProcess::class,
'listen' => 'Dns://0.0.0.0:53',
'transport' => 'udp',
'count' => cpu_count() * 4
],
];