优化:同时支持ipv4、ipv6

This commit is contained in:
david 2021-09-07 16:46:19 +08:00
parent ed0280818d
commit 415df51ca0

View File

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'listen' => 'http://0.0.0.0:8787', 'listen' => 'http://[::]:8787',
'transport' => 'tcp', 'transport' => 'tcp',
'context' => [], 'context' => [],
'name' => 'IYUUAutoReseed', 'name' => 'IYUUAutoReseed',