We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68aefc commit 32ca6d4Copy full SHA for 32ca6d4
docs/main/prerequisites.md
@@ -46,15 +46,15 @@ Pi-hole only supports actively maintained versions of these systems.
46
47
### Binary architecture
48
49
-Core part of Pi-hole is the FTL binary which does all the DNS handling. It's provided pre-build for the following architectures
+The binary `pihole-FTL`, which is the resolver at the heart of Pi-hole, is pre-built for the following architectures:
50
51
- x86_64 (amd64 and i686)
52
- armv6
53
- armv7
54
- armv8 (aarch64)
55
- riscv64
56
57
-If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md) yourself.
+For other architectures, you will need to compile [FTL from source](../ftldns/compile.md) yourself.
58
59
## IP Addressing
60
0 commit comments