当前位置:首页 > Mikrotik > 正文

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是内网段

更新时间 2015-04-21