You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/main/prerequisites.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,20 @@ Pi-hole only supports actively maintained versions of these systems.
43
43
44
44
<!-- markdownlint-enable code-block-style -->
45
45
46
+
### Binary architecture
47
+
48
+
Core part of Pi-hole is the FTL binary which does all the DNS handling. It's provided pre-build for the following architectures
49
+
50
+
- x86_64 (amd64 and i686)
51
+
- armv6
52
+
- armv7
53
+
- armv8 (aarch64)
54
+
- riscv64
55
+
56
+
If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md). To ease installation/upgrading you can set the
57
+
environment variable `PIHOLE_SKIP_FTL_CHECK = true` in the same way as `PIHOLE_SKIP_OS_CHECK` for an unsupported OS (see above). Note that you need to copy the self-build binary to `/usr/bin/pihole-FTL` before you run the installer the first time.
58
+
59
+
46
60
### IP Addressing
47
61
48
62
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).
0 commit comments