问题描述 最近在做物联网项目,TCP协议是给设备访问的,也绑定了域名,但是最近查看日志发现有一些国外的IP通过扫描端口进行攻击,其中也有通过http的方式访问,国内的IP也有,国外的IP可以一封了之,那国内的就没办法了,虽然做了数据验证,但觉得不够完美,请问有没有什么办法禁止通过http协议访问呢 message: GET http://47.*.*.*:666/ HTTP/1.1 User-Agent: Mozil...
Stack trace: 0 /home/wwwroot/hldqbusi666/application/worker/controller/Start.php(38): Redis->brPop(Array, 60) 1 /home/wwwroot/hldqbusi666/vendor/workerman/workerman/Worker.php(2393): app\worker\controller{cl...
[wangch@im phpsocket]$ sudo php start.php status Workerman[start.php] status ----------------------------------------------GLOBAL STATUS---------------------------------------------------- Workerman version:4....
报错内容: WebSocket connection to 'ws://58.247.98.146:17000/' failed: Error during WebSocket handshake: net::ERR_INVALID_HTTP_RESPONSE 服务器workerman开启websocket: use Workerman\Worker; use Workerman\Lib\Timer; use W...