An open API service indexing awesome lists of open source software.

https://github.com/reiji007/adblock_rule_for_sing-box

适用于Sing-box的广告域名拦截RULE-SET规则集,每20分钟更新一次
https://github.com/reiji007/adblock_rule_for_sing-box

adblock route rule-set rules sing-box

Last synced: about 20 hours ago
JSON representation

适用于Sing-box的广告域名拦截RULE-SET规则集,每20分钟更新一次

Awesome Lists containing this project

README

          

# AdBlock Rule For Sing-box

**适用于 Sing-box 的广告域名拦截规则集**

[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://github.com/REIJI007/AdBlock_Rule_For_Sing-box/blob/main/LICENSE-GPL%203.0)
[![License: CC BY-NC-SA 4.0](https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg)](https://github.com/REIJI007/AdBlock_Rule_For_Sing-box/blob/main/LICENSE-CC-BY-NC-SA%204.0)
[![Last Commit](https://img.shields.io/badge/last%20commit-today-brightgreen)]
[![Stars](https://img.shields.io/github/stars/REIJI007/AdBlock_Rule_For_Sing-box)]
[![Issues](https://img.shields.io/github/issues/REIJI007/AdBlock_Rule_For_Sing-box)]

**链接**

---



格式
订阅链接




JSON

GitHub原始链接 ·
jsDelivr加速链接 ·
Statically加速链接



SRS

GitHub原始链接 ·
jsDelivr加速链接 ·
Statically加速链接



拦截域名

GitHub原始链接 ·
jsDelivr加速链接 ·
Statically加速链接


**配置**

---

```json
{
"dns": {
"rules": [
{
"rule_set": ["adblock"],
"action": "reject"
}
]
},
"route": {
"rule_set": [
{
"tag": "adblock",
"type": "remote",
"format": "source",
"url": "https://raw.githubusercontent.com/REIJI007/AdBlock_Rule_For_Sing-box/main/adblock_reject.json",
"update_interval": "1h"
}
],
"rules": [
{
"rule_set": ["adblock"],
"action": "reject"
}
]
}
}
```