The Pi-hole FTL engine
Go to file
Dominik 1c2257bed6
Merge pull request #1893 from pi-hole/release/v5.25.1
Fix spurious "resource limit exceeded" messages (v5 backport)
2024-02-20 20:02:36 +01:00
.devcontainer Add basic devcontainer.json based on ftl-build for x86_64 arch, with a few helpful extensions. 2022-07-25 18:05:01 +01:00
.github Merge pull request #1576 from pi-hole/group_dependabot 2024-01-06 15:37:20 +00:00
patch Apply Pi-hole Lua patches 2023-04-30 21:11:51 +02:00
src Fix spurious "resource limit exceeded" messages. 2024-02-19 13:57:11 +01:00
test Update expected dnsmasq warnings 2024-02-13 17:17:31 +01:00
tools Fix outdated link to Wireshark manufacturer database 2022-05-21 22:55:33 +02:00
.gitignore Add facility to embedd LUA scripts into FTL and run them during luainit 2022-11-20 12:57:39 +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:25 +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 Ensure compiled scripts are updated if the scripts themselves are updated 2022-11-25 12:07:38 +01:00
deploy.sh Improve deplay.sh script to check against exact matches instead of regex-matching the searched string against the entire collapsed array to avoid incorrect partial matches 2023-05-21 09:39:26 +02: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.