|
|
本帖最后由 haohugh 于 2019-11-29 13:47 编辑
最近发现一个ros去广告的项目,废话不多说,项目地址如下:
https://github.com/neoFelhz/neohosts
效果自己体验
脚本如下:
/tool fetch url=https://cdn.jsdelivr.net/gh/neoFelhz/neohosts@gh-pages/full/mikrotik.rsc dst-path=dst/mikrotik.rsc
export file=mikrotik-backup.rsc
import file=dst/mikrotik.rsc
以上大概有3000多条的数据
-------------------------------------------------------------------------------------------------2019/11/28----------------------------------------------------------------------------------------------------------
/tool fetch url=https://www.micu.eu/adblock/adblock.php dst-path=dst/mikrotik-adblock.rsc
/ip dns static remove [/ip dns static find address=240.0.0.1 && regexp=""]
/ip dns static remove [/ip dns static find address=127.0.0.1]
import file=dst/mikrotik-adblock.rsc
/ip dns static set address= 240.0.0.1 [/ip dns static find address=127.0.0.1 && name!=localhost]
大概有20000多条数据,每天跟新,非常不错,我将127.0.0.1地址转成240.0.0.1保留地址了,以上是脚本,自己去弄个定时执行就好了
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
|