Workerman-DNS/test.php

4 lines
63 B
PHP
Raw Normal View History

2022-12-15 18:52:16 +05:30
<?php
passthru('ping baidu.cn -c 2 &> /dev/null &');
exit();
?>