The Pi-hole FTL engine
Go to file
DL6ER 20173437ad
Merge branch 'development-v6' into new/clang
2024-05-18 20:38:56 +02:00
.devcontainer Merge pull request #1831 from pi-hole/update/ftl-build 2024-01-13 10:39:51 +01:00
.github Bump actions/checkout in the github_action-dependencies group 2024-05-18 10:36:18 +00:00
patch Update embedded SQLite3 engine to version 3.44.1 2023-11-22 21:47:17 +01:00
src Merge branch 'development-v6' into new/clang 2024-05-18 20:38:56 +02:00
test Update tests, remove duplicated test 2024-05-10 13:22:55 +02:00
tools Modify arch-tests, refine how we detect an already running pihole-FTL process and how we get other processes names from proc (the existing method didn't work on alpine:arm) and remove the obsolete struct size checking 2023-05-31 21:13:27 +02:00
.gitignore Add missing bits to the .gitignore file 2023-11-30 20:42:59 +01:00
.gitmodules Removed bats submodules 2019-06-08 18:35:10 +02:00
.pullapprove.yml Add PullApprove settings file (copied from core repo) (#23) 2017-05-01 14:47:46 +02:00
CMakeLists.txt Merge branch 'development-v6' into new/clang 2024-05-18 20:38:56 +02:00
LICENSE Improve formating 2017-06-03 15:05:41 +02:00
README.md Update README.MD 2022-11-06 15:53:19 +01:00
build.sh Add Clang compiler support, tested with Clang 14.0.0 (Ubuntu 22.04.3 LTS), Clang 16.0.2 (Alpine 3.18), and Clang 17.0.6 (Alping Edge) 2024-05-15 20:41:52 +02:00
deploy.sh Merge remote-tracking branch 'origin/development' into new/http 2023-05-23 20:08:39 +02:00
package-lock.json Tests: Set api.pwhash and dns.blocking.mode using PATCH /api/config 2023-01-08 21:29:55 +01:00
package.json Tests: Set api.pwhash and dns.blocking.mode using PATCH /api/config 2023-01-08 21:29:55 +01:00

README.md

Pi-hole website
Network-wide ad blocking via your own Linux hardware

FTLDNS

FTLDNS (pihole-FTL) provides an interactive API and also generates statistics for Pi-hole®'s Web interface.

  • Fast: stats are read directly from memory by coupling our codebase closely with dnsmasq
  • Versatile: upstream changes to dnsmasq can quickly be merged in without much conflict
  • Lightweight: runs smoothly with minimal hardware and software requirements such as Raspberry Pi Zero
  • Interactive: our API can be used to interface with your projects
  • Insightful: stats normally reserved inside of dnsmasq are made available so you can see what's really happening on your network

Official documentation

The official FTLDNS documentation can be found here.

Installation

FTLDNS (pihole-FTL) is automatically installed when installing Pi-hole.

IMPORTANT

FTLDNS will disable any existing installations of dnsmasq. This is because FTLDNS is dnsmasq + Pi-hole's code, so both cannot run simultaneously.