|
10 | 10 | - [Main Goals](https://openbld.net/docs/overwiew/main-goals/)
|
11 | 11 | - [Philosophy](https://openbld.net/docs/intro/#philosophy)
|
12 | 12 |
|
13 |
| -## Features |
14 |
| - |
15 |
| -- **Performance** - Improves speed and performance in your network |
16 |
| - |
17 |
| - * Customizable caching of DNS answers for queries -> improves DNS resolution speed and reduces amount of external DNS |
18 |
| - queries |
19 |
| - * Prefetching and caching of often used queries |
20 |
| - * Using multiple external resolver simultaneously |
21 |
| - * Low memory footprint |
22 |
| - |
23 |
| -- **Various Protocols** - Supports modern DNS protocols |
24 |
| - |
25 |
| - * DNS over UDP and TCP |
26 |
| - * DNS over HTTPS (aka DoH) |
27 |
| - * DNS over TLS (aka DoT) |
28 |
| - * Supports modern DNS extensions: DNSSEC, eDNS, ... |
29 |
| - |
30 |
| -- **Integration** - various integration |
31 |
| - |
32 |
| - * [Prometheus](https://prometheus.io/) metrics |
33 |
| - * Prepared [Grafana](https://grafana.com/) dashboards (Prometheus and database) |
34 |
| - * Logging of DNS queries per day / per client in CSV format or MySQL/MariaDB/PostgreSQL database - easy to analyze |
35 |
| - * CLI tool |
36 |
| - |
37 |
| -- **Simple installation/configuration** - blocky was designed for simple installation |
38 |
| - |
39 |
| - * Stateless (no database, no temporary files) |
40 |
| - * Docker image with Multi-arch support |
41 |
| - * Single binary |
42 |
| - * Supports x86-64 and ARM architectures -> runs fine on Raspberry PI |
43 |
| - |
44 | 13 | ## Quick start
|
45 | 14 |
|
46 | 15 | - You can jump to [Installation](https://0xerr0r.github.io/blocky/latest/installation/) chapter in the documentation.
|
|
50 | 19 |
|
51 | 20 | You can inform me about of accidents blocked / unblocked domains through [DNS-HOLE](https://github.com/m0zgen/dns-hole.git) repo.
|
52 | 21 |
|
53 |
| -## Links |
| 22 | +## Additional Links |
54 | 23 |
|
55 |
| -* https://openbld.net/ |
56 | 24 | * https://github.com/m0zgen/blocky-installer.git
|
57 | 25 | * https://github.com/m0zgen/prometheus-stack-installer.git
|
58 | 26 | * https://github.com/m0zgen/dns-hole.git
|
|
0 commit comments