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 501b2e3 commit b68aefcCopy full SHA for b68aefc
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
+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
59
## IP Addressing
60
61
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).
0 commit comments