用易-小卢 发表于 2016-12-5 17:14:31

ROS软路由L7禁止 HTTP协议 POST数据

L7用这个




 /ip fir lay add name=post reg="^POST /.+\\?.+"




在防火墙里加上对它的过滤
/ip fire fil add chain=for src-address=192.168.0.0/24 proto=tcp
dst-port=80 layer7-protocol=post action=drop


192.168.0.0/24是内网段


页: [1]
查看完整版本: ROS软路由L7禁止 HTTP协议 POST数据