The Pi-hole FTL engine
Go to file
Dominik 021c0a138b
Merge pull request #1983 from pi-hole/fix/macvendor_db
Fix macvendor script
2024-05-31 19:34:22 +02:00
.devcontainer Use v2.6 CI containers and nightly for the devcontainer 2024-05-25 09:54:37 +02:00
.github Merge branch 'development-v6' into fix/resolver 2024-05-29 19:39:33 +02:00
.vscode Add Visual Studio Code CMake configuration to get ccompile-time definition detection working 2024-05-20 10:31:06 +02:00
patch Use v2.6 CI containers and nightly for the devcontainer 2024-05-25 09:54:37 +02:00
src Merge pull request #1737 from pi-hole/new/migrate_dnsmasq_conf 2024-05-30 07:03:23 +02:00
test Merge pull request #1976 from pi-hole/fix/resolver 2024-05-30 06:29:46 +02:00
tools Update macvendor script 2024-05-31 13:20:12 +02:00
.gitignore Add Visual Studio Code CMake configuration to get ccompile-time definition detection working 2024-05-20 10:31:06 +02: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 Clang-built binaries are expected to be dynamic 2024-05-21 19:58:19 +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.