https://github.com/cry0ice/sing-box-divested-dnsbl
sing-box rule sets from domain blocklists of Divested Computing.
https://github.com/cry0ice/sing-box-divested-dnsbl
blocklist divested dns domain go golang proxy sing-box
Last synced: 11 months ago
JSON representation
sing-box rule sets from domain blocklists of Divested Computing.
- Host: GitHub
- URL: https://github.com/cry0ice/sing-box-divested-dnsbl
- Owner: cry0ice
- Created: 2024-10-19T02:28:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-12T00:54:31.000Z (over 1 year ago)
- Last Synced: 2024-12-12T01:35:06.856Z (over 1 year ago)
- Topics: blocklist, divested, dns, domain, go, golang, proxy, sing-box
- Language: Go
- Homepage:
- Size: 8.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sing-box-divested-dnsbl
sing-box rule sets from [domain blocklists](https://divested.dev/pages/dnsbl) of Divested Computing.
# Usage
```json
{
"route": {
"rules": [
{
"rule_set": "divested-dnsbl",
"outbound": "block"
}
],
"rule_set": [
{
"tag": "divested-dnsbl",
"type": "remote",
"format": "binary",
"url": "https://raw.githubusercontent.com/cry0ice/sing-box-divested-dnsbl/refs/heads/rule-sets/divested-dnsbl.srs",
"download_detour": "proxy"
}
]
},
"experimental": {
"cache_file": {
"enabled": true // required to save rule-set cache
}
}
}
```