Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

sing-box rule sets from domain blocklists of Divested Computing.

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
}
}
}
```