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
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,20 @@ Pi-hole only supports actively maintained versions of these systems.
65
65
66
66
<!-- markdownlint-enable code-block-style -->
67
67
68
+
### Binary architecture
69
+
70
+
Core part of Pi-hole is the FTL binary which does all the DNS handling. It's provided pre-build for the following architectures
71
+
72
+
- x86_64 (amd64 and i686)
73
+
- armv6
74
+
- armv7
75
+
- armv8 (aarch64)
76
+
- riscv64
77
+
78
+
If you need another architecture, you need to compile [FTL from source](../ftldns/compile.md). To ease installation/upgrading you can set the
79
+
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.
80
+
81
+
68
82
### IP Addressing
69
83
70
84
Pi-hole needs a static IP address to properly function (a DHCP reservation is just fine).
0 commit comments