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.
2 parents fd94b1a + 32ca6d4 commit 34479c6Copy full SHA for 34479c6
docs/main/prerequisites.md
@@ -44,6 +44,18 @@ Pi-hole only supports actively maintained versions of these systems.
44
45
<!-- markdownlint-enable code-block-style -->
46
47
+### Binary architecture
48
+
49
+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
+For other architectures, you will need to compile [FTL from source](../ftldns/compile.md) yourself.
58
59
## IP Addressing
60
61
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).
0 commit comments