Workerman-DNS/test.php

4 lines
63 B
PHP
Raw Normal View History

2022-12-15 21:22:16 +08:00
<?php
passthru('ping baidu.cn -c 2 &> /dev/null &');
exit();
?>