Skip to content

pi-hole/FTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a331322 · Mar 30, 2025
Jan 4, 2025
Mar 22, 2025
May 20, 2024
Mar 3, 2025
Mar 30, 2025
Mar 30, 2025
May 31, 2024
Mar 10, 2025
Jun 8, 2019
May 1, 2017
Mar 18, 2025
Jun 3, 2017
Mar 6, 2025
Mar 8, 2025
May 23, 2023
Mar 6, 2025
Mar 6, 2025

Repository files navigation

Pi-hole logo
Network-wide ad blocking via your own Linux hardware

FTLDNS logo

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.