Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/cry0ice/sing-box-divested-dnsbl
- Owner: cry0ice
- Created: 2024-10-19T02:28:19.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T00:48:01.000Z (about 2 months ago)
- Last Synced: 2024-11-12T01:30:27.159Z (about 2 months ago)
- Topics: blocklist, divested, dns, domain, go, golang, proxy, sing-box
- Language: Go
- Homepage:
- Size: 8.23 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
}
}
}
```