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
],
];