The Pi-hole FTL engine
Go to file
DL6ER a57b959595
Fix outdated link to Wireshark manufacturer database
Signed-off-by: DL6ER <dl6er@dl6er.de>
2022-05-21 22:55:33 +02:00
.github Add codespell 2022-04-22 18:11:59 +01:00
src Merge pull request #1345 from pi-hole/fix/overTimeEmptyDatabase 2022-05-20 22:51:50 +02:00
test Merge branch 'development' into new/query_special_domain 2022-04-24 09:26:46 +02:00
tools Fix outdated link to Wireshark manufacturer database 2022-05-21 22:55:33 +02:00
.codespellignore Fix some spellings, ignore others 2022-04-22 18:26:31 +01: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 dnsmasq version 2022-02-08 20:29:23 +01: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 Rename CI variables to remove CIRCLE references, as we no longer use Circle CI. Also remove circle config. 2022-01-23 15:04:20 +00: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.