Workerman-DNS/test.php
2022-12-15 21:22:16 +08:00

4 lines
63 B
PHP

<?php
passthru('ping baidu.cn -c 2 &> /dev/null &');
exit();
?>