The Pi-hole FTL engine
Go to file
DL6ER 4c2c59b214
Warn about resource shortages (15min load average exceeding number of cores, available disk space for database and log file, and available shared memory (RAM))
Signed-off-by: DL6ER <dl6er@dl6er.de>
2021-11-29 14:11:15 +01:00
.circleci Update used CI image to 1.16 2021-10-20 14:36:35 +02:00
.github Update used CI image to 1.16 2021-10-20 14:36:35 +02:00
src Warn about resource shortages (15min load average exceeding number of cores, available disk space for database and log file, and available shared memory (RAM)) 2021-11-29 14:11:15 +01:00
test Improve virtual interface analysis 2021-11-05 17:36:09 +01:00
tools Merge pull request #739 from MichaIng/patch-1 2020-05-25 21:27:33 +02:00
.gitignore Implement Extended DNS Errors (ERE, RFC 8914) in FTL 2021-06-27 11:20:19 +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 Update embedded dnsmasq version to 2.87test3 2021-09-30 20:58:30 +02:00
FTLtest.sh Use /run instead of /var/run for FTL runtime files 2020-05-01 12:41:33 +02:00
LICENSE Improve formating 2017-06-03 15:05:41 +02:00
README.md Use dropshadowed logo 2021-02-18 19:53:48 -08:00
build.sh Add LUASCRIPT compatibility 2020-07-22 18:51:56 +02:00

README.md

Pi-hole
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 installed by default when you choose to enable the Web interface 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.