Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/main/prerequisites.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ Pi-hole only supports actively maintained versions of these systems.

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

### Binary architecture

Core part of Pi-hole is the FTL binary which does all the DNS handling. It's provided pre-build for the following architectures
Comment thread
yubiuser marked this conversation as resolved.
Outdated

- x86_64 (amd64 and i686)
- armv6
- armv7
- armv8 (aarch64)
- riscv64

If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md) yourself.
Comment thread
yubiuser marked this conversation as resolved.
Outdated

## IP Addressing

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