-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathREADME.md.jinja
More file actions
36 lines (22 loc) · 1.11 KB
/
README.md.jinja
File metadata and controls
36 lines (22 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# DNS Blocklists


[](https://github.com/flinteger/dnss-blocklists/commits/release)
[](https://github.com/flinteger/dnss-blocklists)
DNS blocklists aggregate from various well known sources.
*Data automatically update every 12 hours.*
**Last updated**: {{ last_updated_at }}
## Blocklists
{% for blocklist in blocklists %}
* [{{blocklist.name}}](#{{blocklist.name}}){% endfor %}
{% for blocklist in blocklists %}
### {{ blocklist.name }}
{{ blocklist.description }}
**Data source**: [{{blocklist.source_file}}]({{blocklist.source_file}})
**Count**: {{ blocklist.count }}
**Download**:
| Format | URL |
|----|----|
{% for format in blocklist.formats %}| {{ format.name }} | [{{blocklist.url}}{{format.ext}}]({{ blocklist.url }}{{ format.ext }}) |
{% endfor %}
{% endfor %}