用易-小卢 发表于 2016-5-13 17:42:16

ROS屏蔽某个网站(转)

脚本示例:

/ ip firewall filter add chain=forward content="baidu.com" action=drop \
comment="drop-baidu" disabled=no

*以上脚本屏蔽baidu.com的连接。其它域名照做即可。

Winbox操作示例(进入Winbox,打开IP-firewall-filter):

xuxi3201 发表于 2016-5-13 20:05:11

标题是 屏蔽 网站,

我看 执行后,是查找内容 baidu.com

xuxi3201 发表于 2016-5-14 00:45:02

/ip firewall filter
add action=drop chain=forward content=baidu.com log=yes
以上是我测试的,放到防火墙最上面,
电脑启用nginx, 复制一个html文件为abc.html,
外网一台电脑访问, 无法打开这个abc.html文件。

第二测试: 加上双引号, exp显示以下信息,
add action=drop chain=forward content="\"baidu.com\"" log=yes
abc.html文件可以打开,
baidu.com网页 也可以打开。

如果你也测试,请在每次测试的时候 修改html文件内容,
比如内容是 test baidu.com 00:36
修改后test baidu.com 00:37
页: [1]
查看完整版本: ROS屏蔽某个网站(转)