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分钟更新一次
- Host: GitHub
- URL: https://github.com/reiji007/adblock_rule_for_sing-box
- Owner: REIJI007
- License: other
- Created: 2024-08-21T00:47:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2026-06-21T12:00:53.000Z (7 days ago)
- Last Synced: 2026-06-21T12:15:46.704Z (7 days ago)
- Topics: adblock, route, rule-set, rules, sing-box
- Language: PowerShell
- Homepage: https://github.com/REIJI007/AdBlock_Rule_For_Sing-box
- Size: 35.5 MB
- Stars: 140
- Watchers: 1
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-CC-BY-NC-SA 4.0
Awesome Lists containing this project
README
# AdBlock Rule For Sing-box
**适用于 Sing-box 的广告域名拦截规则集**
[](https://github.com/REIJI007/AdBlock_Rule_For_Sing-box/blob/main/LICENSE-GPL%203.0)
[](https://github.com/REIJI007/AdBlock_Rule_For_Sing-box/blob/main/LICENSE-CC-BY-NC-SA%204.0)
[]
[]
[]
**链接**
---
格式
订阅链接
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"
}
]
}
}
```