Skip to content

Commit b68aefc

Browse files
committed
Add architecture binary information to the prerequisites
Signed-off-by: yubiuser <[email protected]>
1 parent 501b2e3 commit b68aefc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/main/prerequisites.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,18 @@ Pi-hole only supports actively maintained versions of these systems.
4444

4545
<!-- markdownlint-enable code-block-style -->
4646

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
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.
58+
4759
## IP Addressing
4860

4961
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).

0 commit comments

Comments
 (0)