The Pi-hole FTL engine
Go to file
DL6ER b294145dda
Fix pipe transmission from forked dnsmasq process validation changed configurations
Signed-off-by: DL6ER <dl6er@dl6er.de>
2024-03-25 05:26:28 +01:00
.devcontainer Merge pull request #1831 from pi-hole/update/ftl-build 2024-01-13 10:39:51 +01:00
.github Merge branch 'development-v6' into new/self-hosted 2024-03-09 22:08:15 +01:00
patch Update embedded SQLite3 engine to version 3.44.1 2023-11-22 21:47:17 +01:00
src Fix pipe transmission from forked dnsmasq process validation changed configurations 2024-03-25 05:26:28 +01:00
test Fix pipe transmission from forked dnsmasq process validation changed configurations 2024-03-25 05:26:28 +01: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 Update embedded dnsmasq version to 2.90+1 2024-02-19 13:59:52 +01: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 build.sh ci option to allow for easier co-operation of native and devcontainer builds in the same workspace 2023-01-12 19:15:36 +01: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.